Results 75 issues of Roman Leventov

Another "real-time Map" field player.

https://github.com/leo-yuriev/t1ha

Contributions Welcome

Add JMH benchmarks as a subproject in this repository. Evaluate MetroHash performance and add the results to the table in README: https://github.com/OpenHFT/Zero-Allocation-Hashing#performance

Contributions Welcome

Contributions Welcome

https://github.com/ticki/tfs/tree/master/seahash

Contributions Welcome

https://github.com/grandcat/zeroconf/blob/c2d1b4121200e6bf8490af806aa6f3dc6d37446b/server.go#L195-L198 Should be ```go if err := s.shutdown(); err != nil { log.Printf("Error shutting down the server: %v", err) } ``` `shutdown()` itself should propagate or print errors from closing...

1) `StreamingXXHash32JNI` and `StreamingXXHash64JNI` should not override `finalize()`, it's bad for GC. Instead, they should use Cleaner. 2) They should support close() for explicit resource release. 3) The close() method...

https://github.com/DataDog/java-dogstatsd-client/blob/90771e04702180bf81a9a3a06caac71ea7353563/src/main/java/com/timgroup/statsd/StatsDSender.java#L41-L47 Currently if the queue is full events are just silently lost. See https://github.com/apache/incubator-druid/issues/7075

https://github.com/leo-yuriev/libmdbx is a fork of LMDB that is being developed much more actively, and [implements a number of improvements over LMDB](https://github.com/leo-yuriev/libmdbx#improvements-over-lmdb). cc @leo-yuriev

enhancement