Skip to content

v1.0.85

Choose a tag to compare

@github-actions github-actions released this 31 May 17:18
· 2645 commits to main since this release
45d4ee0
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