elle VS clojure-graph-resources

Compare elle vs clojure-graph-resources and see what are their differences.

elle

Black-box transactional safety checker based on cycle detection (by jepsen-io)

clojure-graph-resources

A curated list of Clojure resources for dealing with graph-like data. (by simongray)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
elle clojure-graph-resources
5 6
614 252
1.6% -
8.5 1.8
3 months ago almost 2 years ago
Isabelle
Eclipse Public License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

elle

Posts with mentions or reviews of elle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.
  • Why Is Jepsen Written in Clojure?
    8 projects | news.ycombinator.com | 6 Dec 2023
    Speaking very loosely, primitives on the JVM are values which are represented directly in memory, instead of as pointers to objects on the heap. Clojure generally treats everything as a pointer to a heap object. There is no specialized equivalent for, say, a vector of shorts, or a map where values are floats. The compiler can emit specialized function signatures for... IIRC longs and doubles, but other types (e.g. byte, float) aren't directly accessible--they go through widening conversion. It's also easy for the compiler to quietly fail to recognize it can preserve primitives in some kinds of loops, so you wind up with what Java calls "autoboxing": wrapping a primitive in a corresponding Object type.

    Here's a recent example of some code in a hot path inside Elle, one of Jepsen's safety checkers. It does a lot in primitive, packed structs and bitmasks to avoid pointer chasing.

    https://github.com/jepsen-io/elle/blob/main/src/elle/BFSPath...

    There was actually a Clojure version of this earlier that got pretty close perf-wise, but I wound up dropping to Java for it instead:

    https://github.com/jepsen-io/elle/blob/913cbff5ebb19ba850c0a...

  • Black-box transactional safety checker based on cycle detection
    1 project | /r/Database | 9 Aug 2021
    1 project | /r/Clojure | 9 Aug 2021
    1 project | /r/isabelle | 9 Aug 2021
  • Elle, the New Tool from Aphyr
    1 project | news.ycombinator.com | 9 Aug 2021

clojure-graph-resources

Posts with mentions or reviews of clojure-graph-resources. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.

What are some alternatives?

When comparing elle and clojure-graph-resources you can also consider the following projects:

dom-top - Unorthodox control flow, for Clojurists with masochistic sensibilities.

malli - High-performance data-driven data specification library for Clojure/Script.

specter - Clojure(Script)'s missing piece

awesome-semantic-web - A curated list of various semantic web and linked data resources.

awesome-prolog - Curated list of Prolog packages and resources

meander - Tools for transparent data transformation

crux - General purpose bitemporal database for SQL, Datalog & graph queries. Backed by @juxt [Moved to: https://github.com/xtdb/xtdb]

core.logic - A logic programming library for Clojure & ClojureScript

clojure-dsl-resources - A curated list of Clojure resources for dealing with domain-specific languages.

EasierRDF - Making RDF easy enough for most developers

schema - Clojure(Script) library for declarative data description and validation

pyswip - PySwip is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your Python programs. It features an (incomplete) SWI-Prolog foreign language interface, a utility class that makes it easy querying with Prolog and also a Pythonic interface.