Spatial database, custom-built to store objects efficiently in three dimensions, and build for my senior comps project
Go to file
2023-11-13 20:06:07 -08:00
connector feat: Added the generate command to load existing world saves 2023-11-13 16:22:46 -08:00
loading feat: Added module to load region files 2023-11-13 20:06:07 -08:00
storage feat: Added in-memory server to the testing suite 2023-11-13 16:55:09 -08:00
visualization change: Removed chunk storage dir from being a global variable, and added some more tests 2023-11-08 16:24:27 -08:00
world feat: Added the generate command to load existing world saves 2023-11-13 16:22:46 -08:00
.gitignore change: Added the generated binary to the gitignore 2023-10-29 19:40:38 -07:00
basic_functionality_test.go change: Updated benchmarks for scaling 2023-11-12 12:33:39 -08:00
docker-compose.yaml progress: Worked on some more of the packet decoding 2023-11-08 16:15:31 -08:00
go.mod progress: Worked on some more of the packet decoding 2023-11-08 16:15:31 -08:00
go.sum feat: Added the generate command to load existing world saves 2023-11-13 16:22:46 -08:00
main.go feat: Added the generate command to load existing world saves 2023-11-13 16:22:46 -08:00
scaling_test.go change: Removed the old directories from the scaling tests 2023-11-13 19:46:22 -08:00