Fast memcpy, A System Design

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ClickHouse

    ClickHouse® is a free analytics DBMS for big data

  • memcpy implementation is a rabbit hole.

    The main trap is trying to benchmark and profile it without the context of the whole application.

    I recommend to read a comment in ClickHouse source code (disclaimer: written by me)

    https://github.com/ClickHouse/ClickHouse/blob/master/base/gl...

  • upb

    a small protobuf implementation in C

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  • LLVM's implementation is here, more or less: https://github.com/llvm/llvm-project/blob/main/libc/src/stri...

  • Cap'n Proto

    Cap'n Proto serialization/RPC system - core tools and C++ library

  • > ship working memory without costly XDR

    Yes, you can have zero serialization latency: https://capnproto.org/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts