Skip to content

Instantly share code, notes, and snippets.

View Bit00009's full-sized avatar
🎯
Focusing

Ultran Messive Bit00009

🎯
Focusing
  • Delegate™ Games.
  • Epic Games
View GitHub Profile
@Bit00009
Bit00009 / lzma2-main.cpp
Last active October 31, 2022 06:48
LZMA2 In-Memory Compression/Decompression
#include <Windows.h>
#include <iostream>
#include <fstream>
#include <vector>
#include "swapi.h" // Stopwatch
#include <fast-lzma2.h>
using namespace std;
using namespace timer;