From 0b6d3b564e394a4496264a40ff4ef8c94438c911 Mon Sep 17 00:00:00 2001 From: Gregory Popovitch Date: Sat, 27 Apr 2019 08:26:17 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a13273..fd077f1 100644 --- a/README.md +++ b/README.md @@ -224,4 +224,4 @@ While C++ is the native language of the Parallel Hashmap, we welcome bindings ma - [GetPy - A Simple, Fast, and Small Hash Map for Python](https://github.com/atom-moyer/getpy): GetPy is a thin and robust binding to The Parallel Hashmap (https://github.com/greg7mdp/parallel-hashmap.git) which is the current state of the art for minimal memory overhead and fast runtime speed. The binding layer is supported by PyBind11 (https://github.com/pybind/pybind11.git) which is fast to compile and simple to extend. Serialization is handled by Cereal (https://github.com/USCiLab/cereal.git) which supports streaming binary serialization, a critical feature for the large hash maps this package is designed to support. - + From dad38cc6e67482a97295c794d2ab98385a42edf9 Mon Sep 17 00:00:00 2001 From: Gregory Popovitch Date: Sat, 27 Apr 2019 08:26:40 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd077f1..a6bfcb9 100644 --- a/README.md +++ b/README.md @@ -224,4 +224,4 @@ While C++ is the native language of the Parallel Hashmap, we welcome bindings ma - [GetPy - A Simple, Fast, and Small Hash Map for Python](https://github.com/atom-moyer/getpy): GetPy is a thin and robust binding to The Parallel Hashmap (https://github.com/greg7mdp/parallel-hashmap.git) which is the current state of the art for minimal memory overhead and fast runtime speed. The binding layer is supported by PyBind11 (https://github.com/pybind/pybind11.git) which is fast to compile and simple to extend. Serialization is handled by Cereal (https://github.com/USCiLab/cereal.git) which supports streaming binary serialization, a critical feature for the large hash maps this package is designed to support. - + From fd4d6dee47b9d5587ffaeb25b4e1e0b56198d1e8 Mon Sep 17 00:00:00 2001 From: Gregory Popovitch Date: Sat, 27 Apr 2019 08:29:28 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6bfcb9..2b6784d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + + + # The Parallel Hashmap [![Build Status](https://travis-ci.org/greg7mdp/parallel-hashmap.svg?branch=master)](https://travis-ci.org/greg7mdp/parallel-hashmap) [![Build Status](https://ci.appveyor.com/api/projects/status/86kc657lp4cja8ju?svg=true)](https://ci.appveyor.com/project/greg7mdp/parallel-hashmap) ## Overview @@ -224,4 +227,3 @@ While C++ is the native language of the Parallel Hashmap, we welcome bindings ma - [GetPy - A Simple, Fast, and Small Hash Map for Python](https://github.com/atom-moyer/getpy): GetPy is a thin and robust binding to The Parallel Hashmap (https://github.com/greg7mdp/parallel-hashmap.git) which is the current state of the art for minimal memory overhead and fast runtime speed. The binding layer is supported by PyBind11 (https://github.com/pybind/pybind11.git) which is fast to compile and simple to extend. Serialization is handled by Cereal (https://github.com/USCiLab/cereal.git) which supports streaming binary serialization, a critical feature for the large hash maps this package is designed to support. -