mikegoatly / lifti

A lightweight full text indexer for .NET
MIT License
184 stars 9 forks source link

Provide a method to calculate the size of the index in memory #74

Open mikegoatly opened 1 year ago

mikegoatly commented 1 year ago

It would be nice to have some way of approximating calculating the size of the index in memory - at the very least traverse the trie tree structure and perform a rough calculation of total object size given the known fields that are there.