Phase 2#10
Open
Vince-maple-byte wants to merge 44 commits into
Open
Conversation
…he file i/o changes.
…e read operations.
…al bug with emptying the skiplist
… is easier to use.
…he size based compaction. Just need to do a couple of more unit test for more skewed data types
…ganize the sstables by size. Now we just need to make the function to compact these files into one file.
… to the skiplist already exist, we will check for which key/value pair is newer, the old one or the new one. From there we save the newest one into the database.
… up testing the code.
…need to make sure that the compact function works
… on to the reader i/o
… to read in the file. That's why we weren't done before. Required serious refactoring.
…onality of the checksum to better determine if a file is corrupted by adding the time, key size, payload size, key, and payload into the data that create the checksum.
… communication for the database communication
…dler since the file was corrupted
…some integration tests to make sure everything is working fine, and then I should be able to merge with main
…and maintainable.
…to make a video explaining performance gains etc.
Fixing the ci pipeline
* This should hopefully fix the invalid workflow error * Update ci.yaml * Update ci.yaml * let's see with this change * Messed up a line
Updated the ci pipeline to run in parallel
…f them that I might have overlooked
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pr is to finalize phase 2 of the project