Skip to content

Instantly share code, notes, and snippets.

View cyrusmsk's full-sized avatar
💻
Actively looking

Serg Gini cyrusmsk

💻
Actively looking
View GitHub Profile
/*
For tests better to use LDC compiler with flags:
- simple
ldc2 -O3 code.d
- more optimizations
ldc2 --release --O3 --flto=thin code.d
Current version of the code also providing output to the console.
*/