rtg-math VS array-operations

Compare rtg-math vs array-operations and see what are their differences.

rtg-math

common lisp library providing common math functions used in games (by cbaggers)

array-operations

Common Lisp library that facilitates working with Common Lisp arrays. (by bendudson)
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
rtg-math array-operations
3 2
51 40
- -
0.0 2.2
over 4 years ago almost 2 years ago
Common Lisp Common Lisp
BSD 2-clause "Simplified" License GNU General Public License v3.0 or later
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.

rtg-math

Posts with mentions or reviews of rtg-math. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-06.

array-operations

Posts with mentions or reviews of array-operations. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-04.
  • Machine Learning in Lisp
    12 projects | /r/lisp | 4 Jun 2021
    Personally, I've been relying on the stream-based method using py4cl/2, mostly because I did not - and perhaps do not - have the knowledge and time to dig into the CFFI based method. The limitation is that this would get you less than 10000 python interactions per second. That is sufficient if you will be running a long running python task - and I have successfully run trivial ML programs using it, but any intensive array processing gets in the way. For this later task, there are a few emerging libraries like numcl and array-operations without SIMD (yet), and numericals using SIMD. For reasons mentioned on the readme, I recently cooked up dense-arrays. This has interchangeable backends and can also use cl-cuda. But barring that, the developer overhead of actually setting up native-CFFI ecosystem is still too high, and I'm back to py4cl/2 for tasks beyond array processing.
  • cbaggers/rtg-math - a selection of the math routines most commonly needed for making realtime graphics in lisp (2, 3 and 4 component vectors, 3x3 and 4x4 matrices, quaternions, spherical and polar coordinates). [2019]
    18 projects | /r/Common_Lisp | 6 Jan 2021
    array-operations - a collection of functions and macros for manipulating Common Lisp arrays and performing numerical calculations with them. [MIT][200].

What are some alternatives?

When comparing rtg-math and array-operations you can also consider the following projects:

lisp-matrix - A matrix package for common lisp building on work by Mark Hoemmen, Evan Monroig, Tamas Papp and Rif.

dense-arrays - Numpy like array object for common lisp

vellum - Data Frames for Common Lisp

polisher - Infix notation to S-expression (Polish notation) translator for Common Lisp

april - The APL programming language (a subset thereof) compiling to Common Lisp.

physical-quantities - A common lisp library that provides a numeric type with optional unit and/or uncertainty for computations with automatic error propagation.

mgl - Common Lisp machine learning library.

cepl - Code Evaluate Play Loop

magicl - Matrix Algebra proGrams In Common Lisp.

numcl - Numpy clone in Common Lisp

common-lisp-stat - Common Lisp Statistics -- based on LispStat (Tierney) but updated for Common Lisp and incorporating lessons from R (http://www.r-project.org/). See the google group for lisp stat / common lisp statistics for a mailing list.