Hacker News new | ask | show | jobs
by alpinelogic 867 days ago
Hey, I tackled phrase matching in my toy project here: https://github.com/vasilionjea/lofi-dx/blob/main/test/search...

I think I tested it thoroughly but any feedback would be appreciated!

Edit: I delta-encoded and base36-encoded the positions

1 comments

Oh nice I’ll take a look!