SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Persistent and in-memory key-value storage engine for JVM that scales on a single machine.

Results 83 SwayDB issues
Sort by recently updated
recently updated
newest added

These functions in `CompanionSlice` should create `new Array` directly to remove input type-check performed by `scala.Array(a, b, c ... )` ```scala @inline final def apply[T: ClassTag](a: T, b: T, c:...

good first issue
performance
code cleanup

in the [documentation](https://swaydb.simer.au/configuration/sortedKeyIndex/?language=java) it says `PrefixCompression.Enable`, while I had to use `PrefixCompression.On`, and I had to use `blockIOStrategy` instead of `ioStrategy`. After that it worked great, thanks for the db

Hi 👋 Currently our dependency checks started failing on SwayDB due to the scala libraries related to this CVE https://nvd.nist.gov/vuln/detail/CVE-2022-36944 ``` [ERROR] scala-library-2.13.8.jar: CVE-2022-36944(9.8) [ERROR] scala-reflect-2.13.0.jar: CVE-2022-36944(9.8) ``` We are...

production release
security