specialized-function VS Petalisp

Compare specialized-function vs Petalisp and see what are their differences.

Petalisp

Elegant High Performance Computing (by marcoheisig)
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
specialized-function Petalisp
2 17
60 425
- -
0.0 8.5
almost 3 years ago about 2 months ago
Common Lisp Common Lisp
GNU General Public License v3.0 or later GNU Affero General Public License v3.0
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.

specialized-function

Posts with mentions or reviews of specialized-function. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-02.
  • numericals - Performance of NumPy with the goodness of Common Lisp
    8 projects | /r/lisp | 2 Aug 2022
    Since the past year or two, I have been working on numericals that aims to provide the speed of NumPy with the goodness of Common Lisp. In particular, this includes the use of dynamic variables, restarts, and compiler-notes wherever appropriate. It uses CLTL2 API (and may be slightly more) under the hood to provide AOT dispatch, but nothing stops you from combining it with JAOT dispatch provided by numcl/specialized-function. This also spawned a number of projects most notably polymorphic-functions to dispatch on types instead of classes and extensible-compound-types that allows one to define user defined compound types (beyond just the type-aliases enabled by deftype. Fortunately enough, interoperation between magicl, numcl and numericals/dense-numericals actually looks plausible!
  • Static-Dispatch 0.5: Improved inlining on SBCL and performance improvements for generic-cl
    3 projects | /r/Common_Lisp | 16 Apr 2021
    I guess specialized-function would be what you are looking for, although I'm unsure if it already / can-be-made-to take(s) recompilation into account.

Petalisp

Posts with mentions or reviews of Petalisp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-09.

What are some alternatives?

When comparing specialized-function and Petalisp you can also consider the following projects:

numericals - CFFI enabled SIMD powered simple-math numerical operations on arrays for Common Lisp [still experimental]

awesome-cl - A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.

generic-cl - Generic function interface to standard Common Lisp functions

JWM - Cross-platform window management and OS integration library for Java

cl-cuda - Cl-cuda is a library to use NVIDIA CUDA in Common Lisp programs.

magicl - Matrix Algebra proGrams In Common Lisp.

lish - Lisp Shell

StatsBase.jl - Basic statistics for Julia

Optimization.jl - Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.

criterium - Benchmarking library for clojure

numcl - Numpy clone in Common Lisp

one-more-re-nightmare - A fast regular expression compiler in Common Lisp