mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
This adds the https://abseil.io library as a submodule. The patch series that follows needs a hash table that supports heterogeneous lookup, and abseil has a really good hash table that supports that (https://abseil.io/blog/20180927-swisstables). The library is still not available in Fedora, but it is fairly easy to use it directly from a submodule. Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com>
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
[submodule "seastar"]
|
|
path = seastar
|
|
url = ../seastar
|
|
ignore = dirty
|
|
[submodule "swagger-ui"]
|
|
path = swagger-ui
|
|
url = ../scylla-swagger-ui
|
|
ignore = dirty
|
|
[submodule "libdeflate"]
|
|
path = libdeflate
|
|
url = ../libdeflate
|
|
[submodule "abseil"]
|
|
path = abseil
|
|
url = ../abseil-cpp
|