-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial checkin * Removed Key* from benchmarks * Changed callback functions from static to object. * Removed raw pointers to Value type. * All user types are now ref-based. * Generic version of FASTER compiles and works fine for blittable types, for in-memory operations. BasicFASTERTests test cases now pass. There is no performance regression for 50:50 read/upsert YCSB workload. ManagedSample1 is now based on generic FASTER. Support for non-blittable objects has not yet been added. Codegen fails - but can be ignored for now. * Updates to support generic version * Updates to refactor allocator * Testing alt allocator structure * Fully working generic support, still needs cleanup * Fixed multi-threading bug with generic allocator. * Further updates, object recovery not yet passing. * Fixes to generic object recovery. All tests pass! Cleanup still pending. * Update samples * More cleanup and refactoring * More cleanup and code cutting. * Heavy simplification of user API and interfaces. * Removed InitialValueLength from user callback functions * Updating AddressInfo calculation for AnyCPU 32-bit compat. Other cleanup. * Cleanup of inlining directives * Changing key comparer to use a separate IFasterEqualityComparer<T> interface. Now, there are no interface restrictions or requirements on any of the FASTER key/value types. * Cleanup, simplification, updates. Persistence API cleaned up as well. * Simplifying Guid determination for persistence callback. * Fixing test break in AnyCPU-Debug due to different struct layout. * Fixing the checkpointing directory settings and log creation and initialization code.
- Loading branch information
Showing
139 changed files
with
5,432 additions
and
8,569 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,4 +191,5 @@ packages/ | |
*.VC.opendb | ||
.vs/ | ||
*.lib | ||
nativebin/ | ||
nativebin/ | ||
/cs/benchmark/Properties/launchSettings.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.