0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- adding sample cache.xml which should be provided to GemFire cache server. - removing old README file More... over 12 years ago
removing ConfigHelper since its not ready for prime-time. More... over 12 years ago
adding documentation More... over 12 years ago
gh-52 Mongo db fix (sears) More... over 12 years ago
Merge branch 'MongoDBFix' of git://github.com/sears/YCSB into sears-MongoDBFix More... over 12 years ago
gh-51 Improved Random Number Generation Performance and add Exponential distribution support (sears) More... over 12 years ago
Merge branch 'ImprovedRNG' of git://github.com/sears/YCSB into sears-ImprovedRNG More... over 12 years ago
gh-50 Switch unordered key generation from FNV32 to FNV64 (sears) More... over 12 years ago
Merge branch 'fnv64' of git://github.com/sears/YCSB into sears-fnv64 More... over 12 years ago
gh-49 Build fix (sears) More... over 12 years ago
Fix MongoDB insert() by adding explicit toString() calls. More... over 12 years ago
Remove synchronization points from random number generation. This mostly consisted switching from per-class instances of Random() that are shared amongst threads to thread-local instances shared across classes. More... over 12 years ago
Merge branch 'master' of github.com:sears/YCSB More... over 12 years ago
Merge branch 'master' of github.com:sears/YCSB into ImprovedRNG More... over 12 years ago
Merge branch 'fnv64' of github.com:sears/YCSB More... over 12 years ago
Merge branch 'fnv64' of github.com:sears/YCSB More... over 12 years ago
add new Expoenential key distribution More... over 12 years ago
We use FNV hash functions to generate a large indexable sequence of non-colliding keys. Unforunately, for reasonably sized workloads, this leads to key collisions, which throws off experiments. More... over 12 years ago
refactor core workload to reduce redundant key and field generation code More... over 12 years ago
fix build errors More... over 12 years ago
get rid of broken dbcompile-all ant target, replace it with hacky make target, and rename makefile. More... over 12 years ago
gh-46 Fixed typo in RedisClient More... over 12 years ago
Merge branch 'master' of git://github.com/Zlender/YCSB into Zlender-master More... over 12 years ago
gh-43 Variable length fields (sears) gh-44 Constant occupancy workload (sears) gh-45 Modify DB API for efficient large object support (sears) More... over 12 years ago
Fixed typo in RedisClient More... over 12 years ago
Merge pull request #45 from sears/ByteIterator More... over 12 years ago
Make it easier to build the database client libraries: More... over 12 years ago
change DB API to use ByteIterator for fields instead of String. This fixes a number of scalability problems. More... over 12 years ago
add mean() method to HotspotIntegerGenerator; fixes build problem More... over 12 years ago
improved error handling / less verbosity for constant occupancy workload More... over 12 years ago