diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0403f41 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# container: the missing piece of the Go standard library + +container implements efficient slice-backed data structures that would probably +have been included in Go's standard library if generics had been available from +the start. Package deque implements a double-ended queue inspired by Rust's +wonderful VecDeque type. Package heap is a reimagining of the standard library +container/heap with a generics-first implementation. |
