From f864edfe08479965a3ef046f48e28318d1cc3941 Mon Sep 17 00:00:00 2001 From: toge Date: Mon, 23 Oct 2023 09:39:40 +0900 Subject: [PATCH] Add svector (#1424) --- README.md | 1 + awesome-cpp | 1 + 2 files changed, 2 insertions(+) create mode 160000 awesome-cpp diff --git a/README.md b/README.md index c97d00b..961c795 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [robin-hood-hashing](https://github.com/martinus/robin-hood-hashing) - Fast & memory efficient hashtable based on robin hood hashing for C++14. [MIT] * [robin-map](https://github.com/Tessil/robin-map) - Fast hash map and hash set using robin hood hashing. [MIT] * [sparsepp](https://github.com/greg7mdp/sparsepp) - A fast, memory efficient hash map for C++. [BSD 3-clause] +* [svector](https://github.com/martinus/svector) - Compact SVO optimized vector for C++17 or higher. [MIT] * [unordered_dense](https://github.com/martinus/unordered_dense) - A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion. [MIT] ## Cryptography diff --git a/awesome-cpp b/awesome-cpp new file mode 160000 index 0000000..9517fe7 --- /dev/null +++ b/awesome-cpp @@ -0,0 +1 @@ +Subproject commit 9517fe7bb7de002719c465d9143485c7639811cf