-
Updated
Jul 7, 2022 - C++
storage-engine
Here are 107 public repositories matching this topic...
-
Updated
Jul 6, 2022 - C++
-
Updated
Jun 20, 2020 - C
-
Updated
Apr 12, 2017 - JavaScript
-
Updated
Jul 6, 2022 - Rust
-
Updated
May 24, 2022 - PHP
-
Updated
Dec 14, 2021 - Java
-
Updated
Jul 6, 2022 - Java
There are no external core dependencies other than LZ4 and Snappy which are not used unless compression is configured. So they should be installable.
libraryDependencies += "io.swaydb" %% "lz4" % "version"
//OR
libraryDependencies += "io.swaydb" %% "snappy" % "version"For now we have to exclude
-
Updated
Jun 6, 2022 - Go
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Jun 22, 2022 - C#
-
Updated
Jul 6, 2022 - Java
-
Updated
Mar 19, 2019 - Go
-
Updated
Aug 28, 2021 - C
-
Updated
Jun 8, 2022 - TypeScript
-
Updated
Apr 13, 2022 - C#
-
Updated
Jul 4, 2022 - Java
-
Updated
Apr 11, 2022 - C++
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Dec 10, 2021 - PHP
-
Updated
May 10, 2022 - PHP
-
Updated
Jul 2, 2022 - Go
-
Updated
Jun 21, 2022 - PHP
-
Updated
Aug 11, 2021 - TypeScript
Improve this page
Add a description, image, and links to the storage-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the storage-engine topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Now, we use rocksdb as metadata storage, for Get and Iterate operations, rocksdb yields
rocksdb::Slicethat stands for key/values.For
rocksdb::Slice, is almost same withstring_viewin C++17,StringPiecein chromium. And they have the same idea behind it - they are just