crystalline
fib
crystalline | fib | |
---|---|---|
3 | 5 | |
453 | 877 | |
- | - | |
6.3 | 7.8 | |
2 months ago | 16 days ago | |
Crystal | Ruby | |
MIT License | - |
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.
crystalline
-
Speed & LSP
I just tried to get crystalline working, and it seems to be working surprisingly well. Performance is and always will be an issue with LSP for Crystal, though. Crystal by its nature compiles slowly. Although, perhaps this will be helped by the new "interpreted" mode?
-
Lucky question (cross-post)
what about vscode + https://github.com/elbywan/crystalline jetbrains also ok with plugin for crystal
-
Crystal 1.1.0 Is Released
There's a few LSP implementation that are very usable: https://github.com/crystal-lang-tools/scry, https://github.com/elbywan/crystalline
Beginning of a tree-sitter parser here too: https://github.com/keidax/tree-sitter-crystal
fib
- Not only Clojure – Chez Scheme: Lisp with native code speed
-
Is Rust faster than Python out of the box
I've typically found rust to be about 100x faster than Python for the projects I've ported. This is consistent with https://github.com/drujensen/fib.
-
Speed & LSP
Here is a similar benchmark but includes compile times. https://github.com/drujensen/fib
-
Elixir Protocols vs. Clojure Multimethods
How? Do you mean how do I know it's slow? Because it takes longer to run.
Write a typical computation such as Fibonacci in Java and Erlang/Elixir and compare. Fortunately someone has already done this.
Elixir is 3x slower than C and 2x slower than Java for this single thread example.
https://github.com/drujensen/fib
Apparently this upsets people for me to point this out. However, I did not say that Elixir was slow in general or a bad choice. It's an excellent choice for problems which suit parallelization or which require reliable, consistent performance.
Since the parent poster had commented that adding this multi-module dispatch would not be performant, I merely pointed out that the single thread peformance was already slow (as in, why worry too much about the performance cost of the multi dispatch suggestion).
-
I created a GitHub repo of some simple benchmarks to test different programming languages. Feel free to add more languages!
Is there some advantage over repos that also show the results ?
What are some alternatives?
tree-sitter-crystal
nx - Multi-dimensional arrays (tensors) and numerical definitions for Elixir
scry - Scry is a code analysis server for https://crystal-lang.org
svix-webhooks - The enterprise-ready webhooks service 🦀
crystal-libraries-neede
tangram - Tangram makes it easy for programmers to train, deploy, and monitor machine learning models.
crystal-libraries-needed - A list of libraries that are needed or wanted for the Crystal-Language
natalie - a work-in-progress Ruby compiler, written in Ruby and C++
crystal - The Crystal Programming Language
Game-Of-Life-Implementations - Conway's Game of Life implementation in various languages
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
protocol_ex - Elixir Extended Protocol