Skip to content

Commit

Permalink
Update changelong and bump version to PRE19
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz committed Jun 18, 2020
1 parent dfb81fd commit a298cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- Omitting norms in LSH and sparse indexed queries.
This shaves ~15% of runtime off of a sparse indexed benchmark.
Results for LSH weren't as meaningful unfortunately.
---
- Removed the internal vector caching and instead using `sun.misc.Unsafe` to speed up vector serialization and deserialization.
The result is actually faster queries _without_ caching than it previously had _with_ caching.
Also able to remove the protobuf dependency which was previously used to serialize vectors.
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-PRE18
0.1.0-PRE19

0 comments on commit a298cc3

Please sign in to comment.