Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Dimw Martinuyk

Offer Dimw work on your next project.

Ukraine Kozelshchina, Ukraine
28 days 12 hours back
Available for hire available for hire
on the service 1 year

Rating

Successful projects
No data
Average rating
No data
Rating
155
C & C++
327 place out of 1373

Skills and abilities

Portfolio


  • SEIN Parser

    C & C++
    Very lightweight single-file config parser in .ini style for C++17/C11/Python

    Capabilities:
    No external dependencies
    File reading via mmap (POSIX and Windows) – no unnecessary copying through the kernel
    Lock-free hot paths in C (_Atomic counters, acquire/release)
    std::from_chars in C++ - no allocations and exceptions when parsing numbers
    Background parsing in a thread (pthreads/std::thread/Python threading)
    Recognition of bool case-insensitively (true/yes/1, false/no/0)
    Safe default values in all getters