• v1.1.0 b4674bd94c

    v1.1.0
    All checks were successful
    Build & Release / Linux-AMD64-Build (push) Successful in 1m24s
    Build & Release / Windows-AMD64-Build (push) Successful in 8h1m32s
    Build & Release / Linux-AARCH64-Build (push) Successful in 3m22s
    Stable

    Karutoh released this 2024-02-17 00:57:33 -08:00 | 61 commits to main since this release

    New Features

    • Serializer::WriteStr(const T* str, N inSize = 0)
    • Serializer::WritePadding

    Changes

    • Strings are now written/read differently, it will now use the null terminator.
    • All Serializer::Write... operations have been optimized.
    • Serializer::ReadStr has been optimized.
    • Serializer::WriteStr(const T* str, N inSize = 0) will not add a null terminator if a size was given.
    • Serializer::ReadStr will not read a null terminator if a size was given.
    Downloads