StructArrays.jl

Efficient implementation of struct arrays in Julia (by JuliaArrays)

StructArrays.jl Alternatives

Similar projects and alternatives to StructArrays.jl

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better StructArrays.jl alternative or higher similarity.

StructArrays.jl reviews and mentions

Posts with mentions or reviews of StructArrays.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-07.
  • Some CUDA programming fun with Julia
    2 projects | news.ycombinator.com | 7 May 2022
    I can't recommend any particular project that implements something in cuda, but I'd check out the StructArrays.jl[0] project.

    One of julia's strengths is it's macro and type system. StructArrays.jl uses them to create a SoA struct out of a AoS. This is a killer feature that generally requires some form of code generation in C/C++.

    Even if you're just doing something on the cpu, it should set you up to be both simd & gpu friendly. They have a guide on how to swap out the underlying array storage from cpu to gpu memory

    fwiw, cuda is a "Tier 1" supported architecture[1], where "Tier 1" is defined as

    > Tier 1: Julia is guaranteed to build from source and pass all tests on these platforms when built with the default options. Official binaries are always available and CI is run on every commit to ensure support is actively maintained.

    [0] https://github.com/JuliaArrays/StructArrays.jl

    [1] https://julialang.org/downloads/#supported_platforms

  • The compiler will optimize that away
    8 projects | news.ycombinator.com | 2 May 2021
    Julia has a package that provides incredibility easy to use SoA. https://github.com/JuliaArrays/StructArrays.jl Julia's metaprogramming and multiple dispatch mean that it can use user structs fully transparently. Everything just works.
  • Is there a way to have a dataframe whose type will contain the types of its columns?
    1 project | /r/Julia | 4 Mar 2021
    You can use https://github.com/JuliaArrays/StructArrays.jl It's a decent choice when you need ease of manipulation and type stability.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 29 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic StructArrays.jl repo stats
4
313
7.1
21 days ago

JuliaArrays/StructArrays.jl is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of StructArrays.jl is Julia.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com