julia
https://github.com/julialang/julia
Julia
The Julia Language: A fresh approach to technical computing.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Julia not yet supported118 Subscribers
View all SubscribersAdd a CodeTriage badge to julia
Help out
- Issues
- println is 10 ms slower than print (first use), likely missing precompiles on 1.11.1, and down to 1.10.5 actually; both allocate too [much] (and not as much), after precompilation
- Using length() in the conditional expression for while is slow
- Support vectorization of the gc.loaded intrinsics
- Markdown: Resolve `Face`s eagerly when styling
- Add AnnotatedString display interface (eliminate StyledStrings type-piracy)
- Make `BoundsError` lazy and move `Memory` boundscheck to Julia
- New `convert(::Type{String}, ...)::String` methods shouldn't invalidate
- propagate inbounds in a few more places for memoryref
- inbounds propagation mostly missing in base/genericmemory.jl?
- Overhead in recursive broadcasting due to recursion limiting
- Docs
- Julia not yet supported