Giter Site home page Giter Site logo

ef-ds / queue Goto Github PK

View Code? Open in Web Editor NEW
4.0 0.0 0.0 30 KB

Package queue implements a very fast and efficient general purpose First-In-First-out (FIFO) queue data structure that is specifically optimized to perform when used by Microservices and serverless services running in production environments. https://godoc.org/github.com/ef-ds/queue

License: MIT License

Go 100.00%
go golang queue fifo-queue fast performance ring

queue's People

Stargazers

 avatar  avatar  avatar  avatar

queue's Issues

The queue contest!

We have included only a few open source queues in our benchmark tests. The queues in the tests were chosen due to their different designs (linked list, dynamic array, circular buffer, etc) and their high quality implementations. We also tested many others that had much inferior performance when compared to the ones in the tests. Make no mistake: the queues in the tests are all world-class implementations.

Having said that, a simple search for "queue" in godoc.org reveals there's many queues out there! It's easy to miss an interesting one.

We need help probing and finding strong queue candidates to include in the tests. By strong we mean the ones that can perform better than the ones already in the tests in the Microservice test.

To probe a queue, just clone this queue repo (if you haven't already) locally and create the tests for the queue you wish to test in the Microservice test source file. After that, run the tests and check the results.

Please post the results for the queues you tested as comments in this issue.

The dream goal of this contest is to find a queue that is faster than queue!

The winner, meaning, the person who found a queue that is faster in at least 5 test ranges (out of the 8), will win a glorious amount of virtual thumbs up (๐Ÿ‘) and a sincere thanks from us!

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.