summaryrefslogtreecommitdiff
path: root/bbrll
AgeCommit message (Collapse)Author
2023-07-02Even more optimizationHaoran S. Diao (刁浩然)
2023-07-02Optimized braille conversion in bbrll to not need any sed or string ops, it'sHaoran S. Diao (刁浩然)
just a big list of ifs for all 8 bytes
2023-07-02did some optimizations to make things a lot faster at the cost of making bbrllHaoran S. Diao (刁浩然)
only work with 1/0 inputs, and if the buffer is exactly some multiple of 2x4 large
2023-06-30Initial CommitHaoran S. Diao (刁浩然)