skiko VS cl-cuda

Compare skiko vs cl-cuda and see what are their differences.

skiko

Kotlin MPP bindings to Skia (by JetBrains)

cl-cuda

Cl-cuda is a library to use NVIDIA CUDA in Common Lisp programs. (by takagi)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
skiko cl-cuda
14 5
1,688 270
2.0% -
8.7 0.0
4 days ago almost 3 years ago
C++ Common Lisp
Apache 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.

skiko

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

cl-cuda

Posts with mentions or reviews of cl-cuda. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-26.
  • Why Lisp? (2015)
    21 projects | news.ycombinator.com | 26 Oct 2021
    > You can write a lot of macrology to get around it, but there's a point where you want actual compiler writers to be doing this

    this is not the job of compiler writers (although writing macros is akin to writing a compiler but i do not think that this is what you mean). in julia the numerical programming packages are not part of the standard library and a lot of it is wrappers around C++ code especially when the drivers to the underlining hardware are closed-source [0]. also here is the similar library in common lisp [1]

    [0] https://github.com/JuliaGPU/CUDA.jl

    [1] https://github.com/takagi/cl-cuda

  • Fast and Elegant Clojure: Idiomatic Clojure without sacrificing performance
    14 projects | news.ycombinator.com | 23 Oct 2021
  • Hacker News top posts: Aug 14, 2021
    3 projects | /r/hackerdigest | 14 Aug 2021
    A Common Lisp Library to Use Nvidia CUDA\ (0 comments)
  • A Common Lisp Library to Use Nvidia CUDA
    1 project | news.ycombinator.com | 13 Aug 2021
  • 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.

What are some alternatives?

When comparing skiko and cl-cuda you can also consider the following projects:

compose-multiplatform - Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.

numcl - Numpy clone in Common Lisp

javafx-examples - A large collection of JavaFX examples demonstrating basic + advanced features of JavaFX.

criterium - Benchmarking library for clojure

Skia - Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

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

Jetpack-Compose-Playground - Community-driven collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose

py4cl - Call python from Common Lisp

update4j - Create your own auto-update framework

hash-array-mapped-trie - A hash array mapped trie implementation in c.

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

rewrite - Automated mass refactoring of source code.