Skip to content

Cache line optimizations #121

Description

@HyperCodec

Currently, a lot of the parallelization in this crate involves mindless rayon spam. However, there might be some significant performance improvements I can make by reducing false sharing via padding/alignment, especially in the atomic neuron value cache.

There may also be some similar improvements to be made with genetic-rs, but that's out of the scope of this issue.

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions