Yiling-J

Results 78 comments of Yiling-J

@k0t3n That looks really good! Feel free to add others.

Hi @k0t3n I plan to start refactoring/rewriting to support free-threaded in Python 3.13 (https://github.com/Yiling-J/theine/issues/28). Since this might involve a significant refactor/rewrite, I think it would be better to wait your...

@k0t3n I think it's fine to drop 3.7 support. My concern is that if I make significant changes to `theine.py`, there will be lots conflicts. However I can use your...

@k0t3n I think it might be better to add a separate test/example file for all public APIs and have mypy check that file in CI. The actual tests/benchmarks don't need...

How about adding an env variable to choose databases? For example `TXDB_TEST_DB=sqlite`. Then you don't need any docker things on local machine. Github action will always run with postgres and...

env and testcontainer? That will be cool. @flimzy

@akats7 Is there any plan to address this issue? For reference, a similar problem was resolved in Echo with this fix: [Echo-contrib PR #90](https://github.com/labstack/echo-contrib/pull/90/files#diff-86bf6c8ade26d5c58be942ac6765d89c8855c8713ba9a4d61249e16e3fa9c0fc). If you're busy, I'd be happy...

Thanks for reporting this issue. Could you please provide more information to help us better understand the situation? - Are you running `csghub-server` as a standalone server, or are you...

@nlachfr qlen is the window size of each shard(window is a very small buffer used in W-TinyLFU, you can read the paper for more detail), not the map size. Also...

@nlachfr The good news is yes, but there are a few things to consider. Firstly, it's not 100% accurate. Secondly, you may need some knowledge of TinyLFU. Theine has two...