The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
125 views

How can I benchmark concurrent key-value stores?

I have some concurrent key-value store implementations that are implemented with hash tables and search trees that I would like to compare. I would like to benchmark them with a real world application ...
0
votes
0answers
48 views

Built-in Context-and-Input-to-Output-Hashing in Compilers

Why doesn't (open source) compilers contain builtin funtionality for (shared) caching and reuse-fetching (using SHA1-hash of compiler-version, build-flags, target-platform and inputs) of executable ...
-1
votes
0answers
48 views

Downsides to locality-sensitive-hashing in machine learning applications

I have a large, running corpus of data (comprised of the positions of 10 objects in 2-dimensional space) that I would like to use for machine learning. To do this, I want to group those vectors into ...