Skip to content

First Release

Choose a tag to compare

@ori88c ori88c released this 13 Aug 17:42
· 6 commits to main since this release

Key Features

  • Basic Queue API: Straightforward and simple API, targeting pure use-cases of queues.
  • Efficiency: Featuring a Data-Oriented Design with capacity-tuning capability, to reduce or prevent reallocations of the internal cyclic buffer.
  • Comprehensive documentation: The class is thoroughly documented, enabling IDEs to provide helpful tooltips that enhance the coding experience.
  • Tests: Fully covered by unit tests.
  • No external runtime dependencies: Only development dependencies are used.
  • ES2020 Compatibility: The tsconfig target is set to ES2020, ensuring compatibility with ES2020 environments.
  • TypeScript support.