Eyal Soha

Results 5 issues of Eyal Soha

sssshist stores a histogram of how often each ssss value is used. There are 16 of them, from 1-16. Though 0 is unused, it's more convenient to index the elements...

https://github.com/ilia3101/MLV-App/blob/452fba52dfeb92155fe210ff1198858176526a3b/src/mlv/liblj92/lj92.c#L368 https://github.com/ilia3101/MLV-App/commit/170ec6436cedc4e33a1a7efa221889138281e127#r96168745

### Is your feature request related to a problem? Please describe. I would like a function called `make_static_set` that will create a static set that will infer the template arguments...

P2: Nice to have
type: improvement

### Is your feature request related to a problem? Please describe. I would like to be able to run a function on every key that is inserted by the bulk...

type: feature request

The size computation requires a small memcpy from device to host and then a synchronization. **Each one** is the cause of serious performance degradation. https://github.com/NVIDIA/cuCollections/blob/8786234a38a4d1283c6dc2011e45d14801510725/include/cuco/detail/static_map.inl#L149-L151 The synchronization is bad because...

type: feature request
P1: Should have