Skip to content

Prototype of StaticArrays without generated functions, etc

License

Notifications You must be signed in to change notification settings

andyferris/StaticArraysLite.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StaticArraysLite.jl

Experiment in implementing StaticArrays.jl without complex techniques like generated functions.

Mostly relies on heurestics for inlining, constant propagation and loop unrolling, with a twist of using Freeze.jl for immutable semantics and the guarantee of returning immutable values from "functional" operations like map.

So far, seems to generate roughly equivalent code for static arrays for 3-vectors of Float64 with some really basic functions.

About

Prototype of StaticArrays without generated functions, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages