Results 77 issues of Kol Influence

is there a way to save results to disk when reboot?

1. lower false positive rates = higher memory used. is there a vague guide on the number of bytes? ``` filter := bloom.NewWithEstimates(1000000, 0.01) ``` 2. for a cdn deployment...

saw this. not sure if titan is going to support it? https://openinx.github.io/ppt/io-uring.pdf

is faceted search currently available? otherwise will faceted search be part of the dev roadmap?

enhancement
priority:low

murmur is very slow. else change to city64

is there a way to show which cpu id is processing the current thread in a tcp server?

how to do so_reuseport implementation? to have multiple salvo listening to same port

tidwall/redcon already have pub / sub features. possible to include into redhub? pls include into redhub pub sub features (standardize). i can donate / sponsor a few coffees for this....

a function similar to this from tidwall/redcon. thx ``` func (s *Server) Close() error { s.mu.Lock() defer s.mu.Unlock() if s.ln == nil { return errors.New("not serving") } s.done = true...

hi, any benchmarks for ratio, speed, cpu usage and memory usage for >800bytes, 2k and 10k? compared with zstd, lz4 and snappy? something like this extracted from zstd github ```...