Реверс-инжиниринг ресурсов игры LHX. Часть 5, заключительная

В предыдущем посте я поделился своей радостью по поводу того, что сумел‑таки выковырять с LHX модельки игры и привести их в современный вид. И ещё самими модельками. И даже способом, котором я это сделать. Но после этого я, по инерции, решил ковыряться дальше. Факультативно, так сказать. А про что эта картинка?

https://habr.com/ru/articles/841740/

#реверсинжиниринг #игры #LHX #Su25_Stormovik #Chuck_Yeager's_Air_Combat #lzss

Реверс-инжиниринг ресурсов игры LHX. Часть 5, заключительная

Интригующая картинка Второе высшее В предыдущем посте я поделился своей радостью по поводу того, что сумел‑таки выковырять с LHX модельки игры и привести их в современный вид. И...

Хабр

От кода Голомба и Элиаса до своей реализации

Думаю все кто так или иначе интересовался сжатием информации или каким-то другим способом кодирования данных - слышали о кодах переменной длины. Я расскажу про свою реализацию этого велосипеда.

https://habr.com/ru/articles/815925/

#Коды_элиаса #Сжатие_данных #LZSS

От кода Голомба и Элиаса до своей реализации

Думаю все, кто так или иначе интересовался сжатием информации или каким-то другим способом кодирования данных - слышали о кодах переменной длины. Я не корифей в этой области, поэтому мои познания...

Хабр

#salvador is a high speed #ZX0-compatible compressor.

salvador is a compressor for the ZX0 #compression scheme, a high decompression speed #LZSS based format. salvador's compression speed is orders of magnitude faster than the reference implementation while providing very similarly sized output. salvador supports backwards compression (for in-place decompression), prefix dictionaries, and the V1 format.

Website 🔗️: https://github.com/emmanuel-marty/salvador

#free #opensource #foss #fossmendations #programming

GitHub - emmanuel-marty/salvador: A free, open-source compressor for the ZX0 format

A free, open-source compressor for the ZX0 format. Contribute to emmanuel-marty/salvador development by creating an account on GitHub.

GitHub

#ZX0 is a tiny and fast #compression scheme.

ZX0 is an #LZSS based compression format intended for use on microcomputers. ZX0's compression speed is rather slow to achieve good compression ratios, but the decompressor is very fast on all systems ranging from common modern CPUs to the Zilog Z80. ZX0 can optionally include a prefix to serve as a dictionary, and supports in-place decompression.

Website 🔗️: https://github.com/einar-saukas/ZX0

#free #opensource #foss #fossmendations #programming

GitHub - einar-saukas/ZX0: Data compressor for 8-bit computers and low-end platforms

Data compressor for 8-bit computers and low-end platforms - einar-saukas/ZX0

GitHub