You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Internal benchmarks, testing, cli updates (#102)
* working on internal benchmarks for now until externals can compile
* gotta compile queries rq
* benchmarks in tests
* add test for memory already loaded
* I think there might be an issue with search? its only taking 500ns for k=10 and 50, maybe that's why always the same answers?
* queires that compile
* comps
* working insert and search internal benchmarks
* very slow with par_iter()
* ok search_level is a bit more optimized but into_par_iter didn't work very well
* ids now in hvector new and from slice tests work and memory consumption known
* merge conflicts :(
* fixing some things
* helix update and helix version, need to make sure helixdb is versioned correctly as well as cli at all times
* checks for both cli and db version in if
* helix update works properly now when downloading cli
* update version to v1.0.85 ready for merge
* im actually so retarded, I left in Float and didn't replace it with F64
* update helixdb version
* change up helix-cli/build.sh per copilot suggestion