Content pfp
Content
@
0 reply
0 recast
0 reaction

Pete Horne pfp
Pete Horne
@horneps
Checking - there’s nothing faster than a binary search is there unless you are also worried about insert time which means back trees right? Ie a slow indexing process that creates a simple ordered list for fast binary search is the most efficient for reads, but not inserts (as you have to re-sort the file each time)?
0 reply
1 recast
44 reactions

Cassie Heart pfp
Cassie Heart
@cassie
Technically there's faster algorithms, but it's only in use case specific conditions. What are you trying to do?
1 reply
0 recast
10 reactions

Pete Horne pfp
Pete Horne
@horneps
An inverted index of stemmed/lemmatized words so I can't use the integer key patterns of a forward index - although I could use prefix patterns now you've reminded me!
1 reply
0 recast
1 reaction