Skip to content

Release 1.3

Latest
Compare
Choose a tag to compare
@Red-Lattice Red-Lattice released this 31 Aug 22:01
dd95e03

New and improved!

  • Faster downloading (actually fixed the multithreading! Also now does raw iteration over a vec instead of checking against a hashset)
  • FAR less memory usage (100MB as opposed to ~300MB of previous releases)
  • Heavily improved initialization time (ID's are no longer hashed and are instead just pushed to a vec)
  • All ID's are now included in the binary itself - the program is entirely self contained!

Note: Only built for Windows x86-64