Skip to content
Snippets Groups Projects
  1. Aug 04, 2022
    • Vladimir Davydov's avatar
      salad: add LIGHT(count) method · 77b552fe
      Vladimir Davydov authored
      This commit adds a function that retrieves the number of records stored
      in a light hash table and makes light users use it instead of accessing
      the light count directly. This gives us more freedom of refactoring the
      light internals without modifying the code using it.
      
      Needed for #7192
      
      NO_DOC=refactoring
      NO_TEST=refactoring
      NO_CHANGELOG=refactoring
      77b552fe
  2. Feb 28, 2019
  3. Sep 25, 2017
  4. Oct 20, 2016
    • Vladimir Davydov's avatar
      Update src/lib/small · 4724bd24
      Vladimir Davydov authored
      Allow to specify allocator context in matras and matras-based data
      structures. After this change, the following salad data structures can
      be passed a custom allocator context: light, rtree, bps_tree.
      4724bd24
  5. Sep 14, 2016
  6. May 20, 2016
  7. Aug 12, 2015
  8. May 18, 2015
  9. Apr 29, 2015
  10. Apr 17, 2015
  11. Feb 10, 2015
  12. Jan 27, 2015
  13. Jan 15, 2015
  14. Jan 13, 2015
  15. Dec 31, 2014
Loading