Yiling-J
Yiling-J
I see there is test/unittest directory, but seems that all tests there are related to SS. I also take a look pkg and cmd directories, seems most packages in those...
### Question. Run arc-s3 benchmark in https://github.com/dgraph-io/benchmarks, set MaxCost to 500000 and I got the following result: ``` name , label , go, mop/s, ns/op, ac, byt, hits , misses...
alway use UsageMetadata from new response, same as https://github.com/googleapis/python-aiplatform/blob/ec3ea305cd8a858fb770794c35481cdbc1520990/vertexai/generative_models/_generative_models.py#L1621C18-L1621C18
From Ristretto's Readme [FAQ](https://github.com/dgraph-io/ristretto#faq): ``` As for "shortcuts," the only thing Ristretto does that could be construed as one is dropping some Set calls ``` So both set and setTags...
Is it possible to run asv with asyncio code? Just tried and python show the warning: `RuntimeWarning: coroutine 'Suite.time_simple' was never awaited` ```python class Suite: async def setup(self): ... async...
here is a simple test to reproduce: ```go type Foo struct { Bar string } func TestStringStruct(t *testing.T) { m := New[Foo, int](50) mg := map[Foo]int{} for i := 0;...
Already done in Go: https://github.com/Yiling-J/theine-go#cache-persistence Because Theine Python is combination of Rust & CPython, it would be a little difficult to implement. But if you really need this feature, please...
- Add RecordStats option to builder - Add entry_count/get_count/miss_count/evict_count stats(total/ram/nvm), atomic uint64 should be enough - Add nvm read/sync time percentile stats and loading cache load stats, using sliding window(fixed...
Given the architecture of Thine, where the policy logic is implemented in Rust and the key/value map resides in Python, enabling free-threaded support for the Python part should be feasible...