Searching for advanced resources about mmap-ing in Go! Any books/papers/docs?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

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

    The Prometheus monitoring system and time series database.

  • Memory mapping is an effective way to bind portion file into memory and using it as it's your own area in the memory. I happen to be a heavy Go user of memory mapping for some time series databases we maintain (Prometheus, Thanos). We even created a useful helper for it (stable, battle-tested, feel free to use https://github.com/prometheus/prometheus/blob/main/tsdb/fileutil/mmap.go#L22).

  • thanos

    Highly available Prometheus setup with long term storage capabilities. A CNCF Incubating project.

  • Memory mapping is an effective way to bind portion file into memory and using it as it's your own area in the memory. I happen to be a heavy Go user of memory mapping for some time series databases we maintain (Prometheus, Thanos). We even created a useful helper for it (stable, battle-tested, feel free to use https://github.com/prometheus/prometheus/blob/main/tsdb/fileutil/mmap.go#L22).

  • 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
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