# ipqueue **Repository Path**: mirrors_emqx/ipqueue ## Basic Information - **Project Name**: ipqueue - **Description**: High Performance Interleaved Priority Queue for Erlang/Elixir - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-04 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ipqueue Interleaved Priority Queue for Erlang/Elixir based on ordered set ETS table. As opposed to the traditional priority queue, messages with different priorities are interleaved. Probability of the next message is determined by its priority. ## Performance: Push: avg. per element: 1.79 μs (Nelems = 1M) Pop: avg. per element: 1.1 μs (Nelems = 1M) Measured on OTP23 w/o HiPE, CPU: Intel(R) Core(TM) i7-10510U