A software implementation of Lee Sallows' Pangram Machine from his paper 'In Quest of a Pangram'.
Stars
4
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
19
commits
Add a GitHub action to run the tests
bf0a41d
Print the number of iterations and megahertz
e3459c2
Fix the input text not showing in stdout when piped in
21cc027
Use SIMD to speed up the search
2d56d7e
Decode solutions back into sentences
628f0ea
Add a README
772499a
Enable some compiler optimisation flags
60384a3
Fix clippy warnings
42e7dc3
Implement the main function
518cfa0
Test that the first bimagic pangram(s) can be found
e648e46
Test that the second ever pangram can be found
70eeabd
Fix mistakenly adding plurals to the initial_text_constants
793910f
Implement a first-attempt of the pangram machine
b0465c5
Add the interface for the pangram_machine
39de9aa
Extract pairwise_sum into its own module
7ca8d61