1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Sep 24, 2024 — Sep 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add call to postWrite() to Vec.set(). More... over 11 years ago
Fix Vec.set() API - Now have 2 slow paths, both are consistent across the cloud. 1) Close() after Vec.set(), also invalidate caches. 2) Add Vec.Writer API for faster slow path. 3) Add tests for both APIs using multi-node mode. More... over 11 years ago
Port fix frmo H2O More... over 11 years ago
Merge branch 'master' of http://github.com/0xdata/h2o2 More... over 11 years ago
Fix warnings. Now green. More... over 11 years ago
Update the DL api/schema to match More... over 11 years ago
Merge branch 'cliffc-api-hack' More... over 11 years ago
Finish out initial API whack More... over 11 years ago
backport some bugfixes More... over 11 years ago
Pick over recent bugfixes More... over 11 years ago
Making the other pages match the New World Order More... over 11 years ago
Replumb API ground up More... over 11 years ago
Fix warnings. Now green. More... over 11 years ago
Fix warnings. Now green. More... over 11 years ago
Cleanup Scope.java, remove comments, remove duplicate exit(null) definition. More... over 11 years ago
Re-enable rebalancing in Prostate test. No more leaks. More... over 11 years ago
Add special handling for removal of internally rebalanced frames in DL. More... over 11 years ago
Commented out load_balance = true for now since it leaks (different thread calls Scope.enter() than the one allocating). More... over 11 years ago
Cleanup lifetime management using Scope instead of ltrash/gtrash. More... over 11 years ago
Improve Scope code for exit(Key... key), allow null to be in varargs. More... over 11 years ago
Implement exit(Key... keep) method for scope. More... over 11 years ago
Port over Scope.java from H2O, with modification that Keyed.remove() is used instead of Locked.remove(). Also implemented exit(Key keep). More... over 11 years ago
Fleshing out Cloud & CloudV1 schema More... over 11 years ago
Fix broken build by replacing missing Schema class with Iced for now. More... over 11 years ago
Delete all idea files. More... over 11 years ago
Start of Schema & API & Adapters for H2O2 More... over 11 years ago
Unwind wrapped-vec deleting mastervec More... over 11 years ago
fix wrapped/transf vec key leak More... over 11 years ago
Fix some DL leaking keys More... over 11 years ago
Cleanup DL Iris test More... over 11 years ago