diff options
Diffstat (limited to 'vcpkg/ports/plf-list/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/plf-list/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/plf-list/vcpkg.json b/vcpkg/ports/plf-list/vcpkg.json new file mode 100644 index 0000000..c1f91d6 --- /dev/null +++ b/vcpkg/ports/plf-list/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "plf-list", + "version-date": "2019-08-10", + "port-version": 2, + "description": "A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average", + "homepage": "https://www.plflib.org/" +} |