how to do memory pool de-fragmentation?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • robin-hood-hashing

    Discontinued Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20

  • Sounds like you and I are on similar paths. I gave myself the same goal back in 2018 (build a simple-ish c++/opengl engine and ship a game with it). I'm currently using this library for storing my game object datastructures and this library for key lookups into that primary container. I glue the two together in a `sac.h` template, and I'm done. Is it the most performant thing...probably not...does it work...yes, and it's easily swapped out for something else down the road if the need arises.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • Solving “Two Sum” in C with a tiny hash table

    1 project | news.ycombinator.com | 29 Jun 2023
  • Effortless Performance Improvements in C++: std:unordered_map

    4 projects | news.ycombinator.com | 2 Mar 2023
  • A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion

    5 projects | /r/cpp | 4 Jul 2022
  • Hashing of integer keys in hash maps

    1 project | /r/cpp | 7 Mar 2022
  • Fast And Memory Efficient C++ Hashtable Based On Robin Hood Hashing

    1 project | /r/programming | 23 May 2021