Skip to content
View Akira13641's full-sized avatar
Block or Report

Block or report Akira13641

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. TLightFileStream TLightFileStream Public

    Implements a lightweight, high-performance, non-allocating advanced-record-based wrapper around the SysUtils file handling routines as an alternative to Classes.TFileStream.

    Pascal 23 4

  2. PasPDQSort PasPDQSort Public

    Orson Peters' PDQSort algorithm translated to Free Pascal.

    Pascal 7 2

  3. PasBGFX PasBGFX Public

    Pascal bindings to the C API for BGFX, "a cross-platform, graphics API agnostic, Bring Your Own Engine/Framework style rendering library".

    Pascal 19 3

  4. BinaryTrees/BinaryTreesBenchmarkCPP BinaryTrees/BinaryTreesBenchmarkCPP Public

    This is a C++ port of my D port of my Free Pascal "Binary Trees" benchmark implementation, written out of curiosity to see how they compare.

    C++ 1

  5. BinaryTrees/BinaryTreesBenchmarkD BinaryTrees/BinaryTreesBenchmarkD Public

    A port to D of my Free Pascal "Binary Trees" benchmark implementation, initially written as a self-learning exercise.

    D 1

  6. BinaryTrees/BinaryTreesBenchmarkRust BinaryTrees/BinaryTreesBenchmarkRust Public

    A port of a combination of the D and C++ ports of my Free Pascal "Binary Trees" benchmark implementation, once again written just out of curiosity to see how they all compare.

    Rust