- Restructure code into separate modules: data, algorithms, logging, cache - Add efficient caching system for keys and encrypted distances - Implement three sorting algorithms: selection, bitonic, heap - Add comprehensive logging with timestamps and progress tracking - Configure musl target for static compilation - Support command-line algorithm selection and cache control 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2 lines
44 B
TOML
2 lines
44 B
TOML
[build]
|
|
target = "x86_64-unknown-linux-musl" |