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