From a298cc3caeff6879ac87a20a339eccb9302666e9 Mon Sep 17 00:00:00 2001 From: Alex Klibisz Date: Wed, 17 Jun 2020 21:22:54 -0400 Subject: [PATCH] Update changelong and bump version to PRE19 --- changelog.md | 4 ++++ version | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c366531a0..e84bdd4bd 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/version b/version index 0d5827935..7b6ac039e 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.0-PRE18 +0.1.0-PRE19