Skip to content

Add support for CPU-specific optimisations #15

@pjbgf

Description

@pjbgf

The cgo version of sha1cd currently servers two purposes:

  • Provides an easy way to assure 100% fidelity with the upstream implementation.
  • Provides best performance for larger payloads.

Once SIMD is implemented, use cases such as go-git can solely rely on the Pure Go implementation and no longer have a requirement to build using CGO_ENABLED=1.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions