issues
search
takikawa
/
tr-pfds
Typed Racket data structure libraries
58
stars
13
forks
source link
fix laziness bug in implicit queue and deque
#1
Closed
stchang
closed
12 years ago
stchang
commented
12 years ago
fixed lazy performance bug in implicit queue and implicit deque enqueue operations
code now matches implementation from Okasaki book
added performance benchmarks to expose the bug