This website requires JavaScript.
Explore
Help
Sign In
Max
/
DragonMinded_bemaniutils
Watch
1
Star
0
Fork
0
mirror of
https://github.com/DragonMinded/bemaniutils.git
synced
2026-09-27 09:27:58 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
59246733718d81da8bf46bca191ffe6fc1444afe
DragonMinded_bemaniutils
/
bemani
/
protocol
T
History
Jennifer Taylor
31ad2856fd
Add a much faster C++ implementation of Lz77 decompress. We can achieve approximately a 10x speedup decompressing with this enabled.
2020-11-28 19:05:27 +00:00
..
__init__.py
Upgrade to latest flake8, address new flake issues.
2019-12-10 01:10:14 +00:00
binary.py
Convert most of the format() string calls to f-strings using libcst.
2020-01-07 21:29:07 +00:00
lz77.cpp
Add a much faster C++ implementation of Lz77 decompress. We can achieve approximately a 10x speedup decompressing with this enabled.
2020-11-28 19:05:27 +00:00
lz77.py
Add a much faster C++ implementation of Lz77 decompress. We can achieve approximately a 10x speedup decompressing with this enabled.
2020-11-28 19:05:27 +00:00
node.py
Initial code for The*BishiBashi graphics file unpacker.
2020-11-06 02:08:21 +00:00
protocol.py
Convert most of the format() string calls to f-strings using libcst.
2020-01-07 21:29:07 +00:00
stream.py
Convert most of the format() string calls to f-strings using libcst.
2020-01-07 21:29:07 +00:00
xml.py
Convert most of the format() string calls to f-strings using libcst.
2020-01-07 21:29:07 +00:00