- Mar 29, 2013
-
-
Jan Včelák authored
-
Marek Vavrusa authored
-
- Mar 22, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Mar 21, 2013
-
-
Marek Vavrusa authored
-
- Mar 19, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
This reverts commit f3fba53e.
-
Marek Vavrusa authored
-
Marek Vavrusa authored
This was deprecated and unused for a long time, decision to not log queries was made.
-
Marek Vavrusa authored
Resulting in max ~ 4000 q/s.
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Updated documentation and corrected default settings.
-
- Mar 15, 2013
-
-
Marek Vavrusa authored
The idea is to insert colliding items in the H distance of the original hash value. H must be chosen to accomodate log(N) items, we use sizeof(unsigned). Unlike in linear probing, lookup is always in constant time and doesn't require extra memory and chaining costs as in external chaining. Extra memory is just sizeof(unsigned) per bucket. Builtin __builtin_ctz() is used for fast hop lookup. Herlihy, Maurice and Shavit, Nir and Tzafrir, Moran (2008). "Hopscotch Hashing". DISC '08: Proceedings of the 22nd international symposium on Distributed Computing. Arcachon, France: Springer-Verlag. pp. 350--364. http://people.csail.mit.edu/shanir/publications/disc2008_submission_98.pdf
-
- Mar 13, 2013
-
-
Ondřej Surý authored
Change-Id: I414a84fd02871bf78445009a82adfd2e355d67ce
-
- Mar 12, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Ondřej Surý authored
Change-Id: I77615a328dce98e39964c567b55cf7c4dca331e2
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Prints zone status in following format: <name> | type={master,slave} | serial=N | <state>
-
- Mar 11, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Configuration can still be overriden using the command line parameters.
-
Marek Vavrusa authored
-
- Mar 01, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
- Feb 28, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
refs #2136
-
Marek Vavrusa authored
refs #2136
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Doesn't guarantee waking up of the Idle threads and blocks when used in dt_start(). Caller should either activate existing threads or use dt_start() instead. refs #1441
-