Skip to content
#

clj

clojure logo

Clojure is a functional, dynamic, general-purpose programming language. It provides built-in concurrency support via software transactional memory and asynchronous agents, and offers a rich set of immutable, persistent data structures. Clojure runs on JVM, JavaScript VMs, and Common Language Runtime.

Here are 108 public repositories matching this topic...

mainej
mainej commented Apr 4, 2022

As we add new features or refactor, we'd like to avoid accidentally degrading performance. As part of that effort, clojure-lsp should have performance tests.

Some ideas:

  • Performance tests output stats about the performance of the major features of the app
  • Features are tested in projects of different sizes
  • The tests fail if individual features exceed configured thresholds
  • The test re
enhancement good first issue

Created by Rich Hickey

Released October 16, 2007

Organization
clojure
Website
clojure.org
Wikipedia
Wikipedia

Related Topics

cljs clojurescript language