Giter Club home page Giter Club logo

scalaz-ioqueue's Introduction

scalaz-ioqueue

Gitter

Goal

IOQueue provides a high-performance, in-memory, user-friendly queue implementation with composable back-pressure and purely-functional semantics built on ZIO.

Introduction & Highlights

IOQueue provides a high-performance, purely-functional, type-safe queue built on ZIO with composable, transparent back-pressure. A queue allows to adding (enqueue) and removing (dequeue) elements in First In First Out (FIFO) manner.

IOQueue is an asynchronous queue, which works without locks or blocking, and exposes its functionality in two simple methods: offer, to add an item to the queue; and take, to remove an item from the queue.

  • Purely-functional interface that cleanly integrates with ZIO and Scalaz.
  • Fully asynchronous implementation, without locks or blocking.
  • Multithreaded and optimized for concurrent usage from many fibers.
  • Composable back-pressure to ensure producers cannot flood consumers.

Competition

FS2 Monix Queue Java Blocking Queue
Purely-functional โœ“ ๐„‚ ๐„‚
Composable Backpressure โœ“ ๐„‚ ๐„‚
Asynchronous โœ“ โœ“ ๐„‚
High-performance โœ“ ๐„‚ โœ“
Scalaz Integration ๐„‚ ๐„‚ ๐„‚

Background

Adam Warsky blogs Part 1 | Part 2 | Part 3

scalaz-ioqueue's People

Contributors

danielyli avatar wi101 avatar lukaszbyczynski avatar gitter-badger avatar

Watchers

James Cloos avatar Afsal Thaj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.