From 6a23043927deb7a409d4d03a34a0aefd749c5eb1 Mon Sep 17 00:00:00 2001 From: Emir Pasic Date: Thu, 5 Mar 2015 21:21:55 +0100 Subject: [PATCH] readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3803f7..afd64fd 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Collections and data structures found in other languages: Java Collections, C++ There is often a tug of war between speed and memory when crafting algorithms. We choose to optimize for speed in most cases within reasonable limits on memory consumption. +Thread safety is not a concern of this project, this should be handled at a higher level. + ## Testing and Benchmarking `go test -v -bench . -benchmem -benchtime 1s ./...`