ggdt/libretrogd
Gered f902b16d3c during lzw decoding, use a vector instead of a hashmap for the table
since the keys for the previously used hashmap all corresponded with
an index, this can obviously just be a vector where the element index
corresponds to the lzw code. simple.
2023-01-01 13:01:10 -05:00
..
assets initial commit 2022-05-15 12:11:46 -04:00
benches add initial benchmark tests for asset loading 2023-01-01 12:43:15 -05:00
src during lzw decoding, use a vector instead of a hashmap for the table 2023-01-01 13:01:10 -05:00
test-assets add more pcx bitmap load/save tests 2022-12-30 17:25:10 -05:00
tests adjust rotozoom internal transformed destination rect coord calculation 2022-11-07 13:21:45 -05:00
Cargo.toml add initial benchmark tests for asset loading 2023-01-01 12:43:15 -05:00