Nicholas Novak nnovak
  • Joined on 2023-10-02
nnovak created repository nnovak/recipes 2023-12-26 18:57:39 -08:00
nnovak pushed to master at nnovak/spatial-db 2023-12-14 10:14:25 -08:00
8d8a1e0634 change: Finished almost my last draft on the paper
c95b02bd7e feat: Added start of paper to comps
6fa03619ee chore: Changed project names for the GitHub release
Compare 3 commits »
nnovak pushed to master at nnovak/spatial-db 2023-12-13 23:33:52 -08:00
85f56e55ae change: Added metadata cleaning to Makefile
nnovak pushed to master at nnovak/spatial-db 2023-12-13 23:33:15 -08:00
a2468a832f fix: Returned a file not found error on unity file reads
nnovak pushed to master at nnovak/spatial-db 2023-12-11 16:43:14 -08:00
5ad8bd2407 feat: Moved over all of the servers to use unity files
07b676c571 fix: Fixed reversed offsets for unity files
81915ff4f3 fix: Fixed metadata not being saved
e1d4537af7 change: Updated save loading to work with unity files
Compare 4 commits »
nnovak pushed to master at nnovak/spatial-db 2023-12-11 09:22:56 -08:00
e0f1cd2436 feat: Finished testing Unity files and got retrieval working
nnovak pushed to master at nnovak/spatial-db 2023-12-11 01:33:42 -08:00
5c4ee2bc2e feat: In-progress work on unity files
nnovak pushed to master at nnovak/spatial-db 2023-12-11 01:33:19 -08:00
19bbf5beff feat: Added support for a chunk's pos to be used as a key
nnovak pushed to master at nnovak/spatial-db 2023-12-11 00:30:06 -08:00
3cc759ce4b change: Added compile rules to the Makefile so that I don't forget
nnovak pushed to master at nnovak/spatial-db 2023-12-11 00:28:33 -08:00
5e5df1c961 fix: Fixed chunk imports from save files
nnovak pushed to master at nnovak/spatial-db 2023-12-11 00:23:56 -08:00
f2943c6809 feat: Improved debug messages for block ids
nnovak pushed to master at nnovak/spatial-db 2023-12-11 00:23:35 -08:00
0d6ff2cf96 feat: Finished and added tests for palette implementation
nnovak pushed to master at nnovak/spatial-db 2023-12-10 23:06:14 -08:00
d1d35c2479 fix: Removed old test results
nnovak pushed to master at nnovak/spatial-db 2023-12-10 22:37:40 -08:00
255475c77c feat: Started on palette implementation
nnovak pushed to master at nnovak/spatial-db 2023-12-10 21:55:26 -08:00
88100b58ea change: Removed all the flags for the test command
nnovak pushed to master at nnovak/spatial-db 2023-12-10 21:46:18 -08:00
76038020f0 feat: Refactored all of the scaling tests and separated them out
nnovak pushed to master at nnovak/spatial-db 2023-12-10 21:28:53 -08:00
31f3c8e21d feat: Added parallel initialization to inmemory and hash servers
nnovak pushed to master at nnovak/spatial-db 2023-12-10 21:27:42 -08:00
438c015767 refactor: Changed some variable names after the new refactoring
nnovak pushed to master at nnovak/spatial-db 2023-12-10 21:27:09 -08:00
806eedf3b9 fix: Fixed the storage server interface to meet the proper types
nnovak pushed to master at nnovak/spatial-db 2023-12-10 21:26:35 -08:00
6d45421601 feat: Added parallel init to inmemory server