Go to file
Deukhoofd 55380f631f
continuous-integration/drone/push Build is passing Details
Rework StringKey to be able to re-use strings for a lower memory footprint.
By caching strings we make sure we're using the exact same string everywhere, and creating 100 StringKeys of for example `charmander` will use the exact same memory footprint as creating only one.
2022-06-12 18:11:14 +02:00
.cargo Major amounts of progress 2022-06-03 16:35:18 +02:00
src Rework StringKey to be able to re-use strings for a lower memory footprint. 2022-06-12 18:11:14 +02:00
.drone.yml Force colour in CI 2022-06-11 19:27:47 +02:00
.gitignore Initial commit, implements most of the static_data side. 2021-01-30 22:29:59 +01:00
Cargo.toml A lot more work on handling scripts properly. 2022-06-12 17:57:39 +02:00