Norbert Haberl

Results 44 comments of Norbert Haberl

Could you please provide an example? I would also like to download a picture with your awesome effects ...

As they all share the same parent directory it is possible I think. Can I add databases at runtime then or do I have to restart the container ?

huge upvote for that feature, guess nobody has Redis really public available

Would be graet to get some news about the project :+1:

Yes but it has to be guaranteed that is sorted ... by any Comparer I set. So T should implement IComparable or the Trie itself to hold a sorted List...

Yes the texts you add / index are sorted but I mean something like this ``` var trie = new Trie(IComparer comparer); // maybe new EntityOccurenceDescComparer() so all T values...

Yes, but in a performant way so the entries have to be presorted. So Linq is no option on the whole set. Maybe its best to store inside a sortedlist...

This isnexactly the same, you just use the occurence as score22:38, 7. Juli 2021, haneefkassam ***@***.***>: I suppose another example could be: word starting with "ch" sorted by occurrence (if...

I see its on the road already :)

Any news here ?