try travis-ci

This commit is contained in:
greg
2019-03-27 20:07:59 -04:00
parent 618e4a11f7
commit 7dcc02ca02
4 changed files with 136 additions and 1 deletions
Vendored
+6
View File
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/greg7mdp/parallel_hashmap.svg?branch=master)](https://travis-ci.org/greg7mdp/org/greg7mdp/parallel_hashmap)
# The Parallel Hashmap: very fast, very memory friendly
Click here [For a full writeup explaining the design and benefits of the Parallel Hashmap](https://greg7mdp.github.io/parallel-hashmap/).
@@ -77,4 +79,8 @@ Key points:
b. multithreading support (and inherent internal parallelism)
## Memory usage