Skip to content

remove ngram offset code#616

Merged
keegancsmith merged 2 commits into
mainfrom
k/rm-combined
Jul 17, 2023
Merged

remove ngram offset code#616
keegancsmith merged 2 commits into
mainfrom
k/rm-combined

Conversation

@keegancsmith

Copy link
Copy Markdown
Member

We have been running btree as the default for many months. We worried about a performance hit, but it never happened. After some recent local testing I did I noticed the btree actually interacted with the disk more efficiently. So the old code both uses more memory and is slower, lets just remove it.

Test Plan: go test ./...

We have been running btree as the default for many months. We worried
about a performance hit, but it never happened. After some recent local
testing I did I noticed the btree actually interacted with the disk more
efficiently. So the old code both uses more memory and is slower, lets
just remove it.

Test Plan: go test ./...
@keegancsmith keegancsmith requested a review from stefanhengl July 14, 2023 07:40
This is no longer needed, we always use the btree. Additionally I added
some documentation.
@keegancsmith keegancsmith requested a review from a team July 14, 2023 19:30
@keegancsmith keegancsmith merged commit 3d0bdd5 into main Jul 17, 2023
@keegancsmith keegancsmith deleted the k/rm-combined branch July 17, 2023 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants