|
|
|
|
|
by ianbutler
907 days ago
|
|
I appreciate the concept, I had my own black triangle recently when I finished writing my own implementation of an adaptive radix tree that is highly concurrent and keeps hot paths in an LRU and loads everything else from disk. Now when I circle back to my full text search extension for Postgres I can do so knowing I can replace my naive inverted index with something that gives like a 10% performance gain but more importantly significantly reduced and CONSTANT memory profile. On it's own however, it doesn't seem to do much and unless you're in the space you won't appreciate why this is an interesting implementation. |
|