[Help][Java] PriorityBlockingQueue to Clojure?

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • advent

    Solving Advent of Code problems. See https://adventofcode.com/ (by valbaca)

  • Day11.java

  • clj-priority-queue

    A persistent priority-queue implementation in Clojure

  • I have a feeling you are probably not going to beat the mutable blocking priority queue + work stealing. Using an implementation of a persistent pq like https://github.com/shamsimam/clj-priority-queue should be pretty easy to reason about and test though.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • data.priority-map

    Clojure priority map data structure

  • You may be interested in this implementation of A* from Mark Engelberg. It uses clojure.data.priority-map, which can function as an immutable priority queue.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts