diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-10-16 03:49:52 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-10-16 03:49:52 +0200 |
commit | 66a97007eb36a112f31e923c20e434ba8b39c4ba (patch) | |
tree | 026d4dd8dafe0d807e5480d538fa17a981b64508 /.gitmodules | |
parent | c23ceac642ea95081a239c7af9f882082addb8c1 (diff) |
Matrix: use rapidjson instead of jsoncpp to decrease memory usage from 58mb to 24mb
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 036c9dc..97f7a6d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "depends/html-search"] path = depends/html-search url = https://git.dec05eba.com/html-search +[submodule "depends/rapidjson"] + path = depends/rapidjson + url = https://git.dec05eba.com/rapidjson |