Results 77 issues of Kol Influence

possible to support streaming?

smaller sizes bandwidth throughput is much lower. was wondering if can provide a "batching" / pipelining requests through option of time (10ms) or slice size (e.g. 100) items and with...

C-feature-request

e.g. .HitCount() return the number of times the key is hit etc. possible to make it so that it returns both the value and hit count at the same time?...

enhancement

curious on the lock contention and performance on multicore systems. the original s3-fifo measured up to 16cores only.

enhancement

curious how it performs on smaller models

e.g. xxhash(ip address 1) -> port 8080 xxhash(ip address 2) -> port 8081 xxhash(ip address 3) -> port 8080 how to do this?

1. is there a section where i can insert code as middleware for rate limiting / anti ddos protection feature etc? 2. if not, where do u think i should...

i got it working but i dont understand why we need to have spike server to be working. why cant we just use the spike client without the server since...

other languages can also use a shared mmap version of lru cache. is this on the roadmap?