nsabovic / twoqueue

JS Queue optimized for V8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twoqueue

API

Queue with enqueue(), dequeue(), and dequeueMultiple().

Implementation

Two arrays used as stacks. I tested this to be the fastest implementation on V8.

About

JS Queue optimized for V8


Languages

Language:JavaScript 100.0%