Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelschlesinger/perm
https://github.com/samuelschlesinger/perm
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelschlesinger/perm
- Owner: SamuelSchlesinger
- Created: 2022-02-16T07:49:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T12:54:35.000Z (about 1 year ago)
- Last Synced: 2024-10-27T19:10:17.841Z (2 months ago)
- Language: Rust
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perm
A Rust library for manipulating permutations efficiently and ergonomically.
Currently, it is in very early stages, with only basic representations under
development. Once these basic ergonomics are worked out, we will implement
methods for generating strong bases and do group theory algorithms. A nice
end state to this would be having the ability to generate efficient circuits
for functions which respect transformations from various subgroups of the
symmetric group.