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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions