StaticArrays.jl is quite powerful in integrating stack allocated fixed size (const if needed) arrays/matrices, in the right spot it can be a big performance improvement over Vector/Array. #scientificcomputing

https://juliaarrays.github.io/StaticArrays.jl/v1.9/api/

#JuliaComputing

API · StaticArrays.jl

Documentation for StaticArrays.jl.

One of those 'nice to have' things in Julia bridging the distance between code and mathematics: support for unicode mathematical operators as functions:

a = Set([1,2,3])
a = a ∪ [4]
a == Set([1,2,3,4]) # true

#JuliaComputing #mathematics #computerscience

Meshes.jl has superb functionality for working with computational geometry, from primitives to algorithms https://juliageometry.github.io/MeshesDocs/dev/
#JuliaComputing #computationalgeometry and IO using GeoIO.jl to vtk/vtu etc. for easy visualization
Home · Meshes.jl

Documentation for Meshes.jl.

Binary Builder for #JuliaComputing https://binarybuilder.org/ , still in the process of trying it out but looks like a neat way to build binaries (similar to PackageCompiler), but with dependencies. #scientificcomputing
BinaryBuilder

With this I figured I'd give Zed a try (I'm a reluctant VSCode user). It's Rust so you know install will be fast and portable, and runtime will be fast too. But that is nowhere near the experience itself. Not having the Electron engine below it makes a huge difference. Loaded Julia code, language server immediately does the syntax analysis, a per line hover to show what line was introduced by whom etc (<5ms). Very impressed. #Rust #JuliaComputing #IDE #opensource #Zed
https://devclass.com/2024/10/31/rust-based-zed-editor-preview-adds-direct-ssh-remoting-a-key-feature-for-potential-vs-code-switchers/
Rust-based Zed editor preview adds direct SSH remoting, a key feature for potential VS Code switchers • DEVCLASS

The open source Zed editor, built with Rust, has added SSH remoting to its feature list, though both […]

DEVCLASS
Julia's PreCompileTools.jl hits the sweet spot between PackageCompiler.jl and first compile latency spike. Also nicely integrates with VSCode's Julia plugin, showing what is and what is not precomplied.
https://julialang.github.io/PrecompileTools.jl/stable/
#JuliaComputing #julia #scientificcomputing #opensource
Home · PrecompileTools.jl

Documentation for PrecompileTools.jl.

You can enroll to "Programming with Julia" course for free with the following link. #julialang #julialanguage #juliacomputing #datascience #MachineLearning

https://bit.ly/46gE9du

@notamoon1 may I suggest instead of Rust you look into #juliacomputing. It is fast and designed from the ground up for data science and mathmetics