Rahul Chocha
Rahul Chocha
hey @idanasulinmemphis, did you get a chance to look into this PR? let me know if any suggestions.
Resolves #4
> Our database is in-memory and this implementation is very heavy on memory requiring a lot of auxiliary data structures. We should try to reduce that even if we don't...
> Plus this is not CPU cache efficient. Keeping another copies of keys is also inefficient. Ya, I thought it would be good if I can create it in plug...
Ya got some ideas from the articles like how it can be memory efficient. correct me if I am wrong. we need to use 2 vars. 1. decay time `unit8`...
hey @AggManik i would like to work on this. can you assign this issue to me?
Hey @aantn, just to confirm my understanding, the issue seems to be that we're hitting context size limitations because all tools are being loaded into the context upfront. We're exploring...
> Hey [@aantn](https://github.com/aantn), just to confirm my understanding, the issue seems to be that we're hitting context size limitations because all tools are being loaded into the context upfront. We're...