-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Prabhu Subramanian <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Introduction | ||
|
||
This project is a fork of the [overflowdb](https://github.com/ShiftLeftSecurity/overflowdb) project with the following modifications: | ||
|
||
- There is no overflowing so this is just an API-compatible DB! | ||
- Removed use of slf4j, MDC contexts, and updated to Java 21 release | ||
|
||
## Why? | ||
|
||
For large projects, we observed that the Heap Monitor used by the upstream project was too taxing. By removing such complexity and letting modern JVM and OS deal with swapping we noticed significant performance improvements (2-3x) | ||
|
||
## License | ||
|
||
Apache-2.0 |
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