Closed julienrf closed 6 years ago
@pathikrit I’d be happy to get your feedback on my changes.
I’ve tried running the benchmarks but for some reason that I ignore appending and prepending elements ot an ArrayBuffer
or an ArrayDeque
raise a heap memory error (even for small number of elements). Does that sound familiar to someone? I guess the garbage collector is too under pressure?
I picked the content of #49, fixed the remaining compilation errors, and rebased on master.
In summary, the PR introduces the
ArrayDeque
collection and implementsQueue
on top of it.MutableList
andLinkedList
are removed.