diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-12 17:43:42 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-12 17:43:42 -0700 |
| commit | b3ce67680f630c31bf715447c604019682c9c9ce (patch) | |
| tree | 202b5c98b0b76852f9439785cf665a4b27ad78f0 /README.md | |
| parent | Tiny performance improvement (diff) | |
| download | deque-b3ce67680f630c31bf715447c604019682c9c9ce.tar.zst | |
Rebrand to github.com/rhogenson/container
I also added a heap package
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. |
