Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edwingeng committed Jul 25, 2022
1 parent e1722dd commit 7b63986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
**Please use [the generic version](v2), if you have golang 1.18 or above.**

# Overview
Deque is a highly optimized double-ended queue, which is
much efficient compared with `list.List` when adding or removing elements from
the beginning or the end.

**Please use [v2](v2/README.md), the generic version, if you have golang 1.18 or above.**

# Benchmark
```
PushBack/Deque<harden> 100000000 12.0 ns/op 8 B/op 0 allocs/op
Expand Down

0 comments on commit 7b63986

Please sign in to comment.