Skip to content
View dakka's full-sized avatar

Organizations

@fix8 @fix8mt
Block or Report

Block or report dakka

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. fix8/fix8 fix8/fix8 Public

    Modern open source C++ FIX framework featuring complete schema customisation, high performance and fast development.

    C++ 386 153

  2. fix8mt/fiber fix8mt/fiber Public

    C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thread shareable

    C++ 23 1

  3. make_pow_array - create compiler gen... make_pow_array - create compiler generated constexpr C++20 arbitrary base and size power tables as std::array. Examples include uint128_t, bases 2, 3, 5, 8, 10, with constexpr printer and demangler. Uses folding, variable templates, constraints.
    1
    //-----------------------------------------------------------------------------------------
    2
    // Copyright (C) 2022-23 Fix8 Market Technologies Pty Ltd
    3
    //   by David L. Dight
    4
    //
    5
    // make_pow_array - create compiler generated constexpr C++20 arbitrary base and size power
  4. fix8mt/fix8pro_example fix8mt/fix8pro_example Public

    Simple client/server example that can be used as a starting point for development using Fix8Pro

    C++ 3 2

  5. call_once_with_result - a std::call_... call_once_with_result - a std::call_once storing the callable object's result and making it available, C++17
    1
    /-----------------------------------------------------------------------------------------
    2
    // Copyright (C) 2022-23 Fix8 Market Technologies Pty Ltd
    3
    //   by David L. Dight
    4
    //
    5
    // call_once_with_result - a std::call_once storing the callable object's result and making it available