Skip to content
View cschladetsch's full-sized avatar
💭
Working on Distributed Xr Experiences.
💭
Working on Distributed Xr Experiences.

Block or report cschladetsch

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. CsharpFlow CsharpFlow Public

    C# co-routine Kernel for .Net. Includes Futures, Barriers, Triggers, Timers and Groups. Gamasutra article provides extra documentation.

    C# 71 13

  2. CppKAI CppKAI Public

    KAI is a distributed computing model written in modern C++. Using custom language translators and an executor, KAI provides full reflection, persistence and cross-process communications without hav…

    C++ 20 4

  3. CppMonotonic CppMonotonic Public

    Boost.Monotonic 0.3: C++ Fastest memory allocator. Region-based monotonic allocation with O(1) deallocation, proposed for Boost. Benchmarked against std::allocator and tcmalloc and others.

    C++ 16 1

  4. CppRustComparison CppRustComparison Public

    Performance benchmarks: C++ vs Rust for systems programming. RAII, lock-free data structures, async I/O, string processing. Reproducible methodology, <5% difference in most scenarios.

    C++ 13 4

  5. CppDeepSeekAgents CppDeepSeekAgents Public

    CppDeepSeek is a C++20 agent runtime that defaults to local inference (via llama.cpp + GGUF), supports DeepSeek's hosted API as a fallback, and includes an explicit Logic Gate to enforce policy. It…

    C++ 4

  6. CppCompileTimeRenderer CppCompileTimeRenderer Public

    A C++20 ray tracer that renders 3D scenes entirely at compile-time and outputs ASCII art via compilation failures. The program computes a full ray-traced image with lighting, shadows, and shading d…

    C++ 8