Skip to content
  1. May 31, 2020
  2. May 30, 2020
  3. May 29, 2020
  4. May 28, 2020
  5. May 27, 2020
  6. May 26, 2020
  7. May 24, 2020
  8. May 22, 2020
  9. May 21, 2020
    • ReinUsesLisp's avatar
      buffer_cache: Remove unused boost headers · ebaace29
      ReinUsesLisp authored
      ebaace29
    • ReinUsesLisp's avatar
      map_interval: Add interval allocator and drop hack · a2dcc642
      ReinUsesLisp authored
      Drop the std::list hack to allocate memory indefinitely.
      
      Instead use a custom allocator that keeps references valid until
      destruction. This allocates fixed chunks of memory and puts pointers in
      a free list. When an allocation is no longer used put it back to the
      free list, this doesn't heap allocate because std::vector doesn't change
      the capacity. If the free list is empty, allocate a new chunk.
      a2dcc642
Loading