File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( https://www.apache.org/licenses/LICENSE-2.0 )
2
2
[ ![ Download] ( https://img.shields.io/maven-central/v/io.maryk.rocksdb/rocksdb-android )] ( https://central.sonatype.com/artifact/io.maryk.rocksdb/rocksdb-multiplatform )
3
3
4
- # Kotlin Multi-platform RocksDB implementation
4
+ # Kotlin Multiplatform RocksDB implementation
5
5
6
- This project provides a multi-platform Kotlin implementation for RocksDB, a high-performance embedded key-value store for
6
+ This project provides a multiplatform Kotlin implementation for RocksDB, a high-performance embedded key-value store for
7
7
storage of data on disk. RocksDB is widely used in many industries for various applications, including database management
8
8
systems, big data systems, and storage engines for other distributed systems.
9
9
10
- The aim of this project is to provide a multi-platform RocksDB implementation that can be used across different platforms,
10
+ The aim of this project is to provide a multiplatform RocksDB implementation that can be used across different platforms,
11
11
including JVM, Android, and native Linux/macOS/iOS. This allows developers to write applications that can run on different platforms
12
12
without having to rewrite the codebase.
13
13
14
- This project is useful for developers who want to build multi-platform applications that require high-performance disk-based
14
+ This project is useful for developers who want to build multiplatform applications that require high-performance disk-based
15
15
storage. By using this implementation of RocksDB in their codebase, developers can ensure that their application is portable
16
16
across different platforms while maintaining a high level of performance and reliability.
17
17
You can’t perform that action at this time.
0 commit comments