Added a TODO.

This commit is contained in:
Elf M. Sternberg 2022-11-30 08:27:49 -08:00
parent c7ba092293
commit 73bca38bb9
1 changed files with 16 additions and 0 deletions

16
TODO.md Normal file
View File

@ -0,0 +1,16 @@
# TODOs:
- Implement the Squozen decompression algorithm
- Implement the Squozen compression algorithm
- Implement the Merging (mlocate) decompression algorithm
- Implement the Merging (mlocate) compression algorithm
- Implement the Posting (plocate) decompression algorithm
- Implement the Posting (plocate) compression algorithm
- Implement the root binary, providing a universal API for all of these
functions where possible. Make including/excluding them a configuration in
Cargo.toml.
- Implement the updater function, stealing from the fast-find (fd & rg) walkers
as needed.
- Implement a real-time server.
- Provide a C API to the libraries.