Skip to content
Snippets Groups Projects
  1. Aug 12, 2024
  2. Jul 13, 2024
  3. Jun 20, 2024
    • Eric Vidal's avatar
      Resolve read/write can be faster. · 3f345ecb
      Eric Vidal authored
      At write time:
        - Add the whole sa to the new cdb field named sa instead of storing the key one by one.
        - Store uniquely the uint of the key instead of appending a string.
      
      At read time:
        - Do not build again the sa looking for the cdb value but read the whole sa instead.
        - Do not use extra HEAP memory allocation.
      At modification time:
        - Sanitize the resolve by writting the sa from scratch.
        - Use /tmp directory as temporary cdb file.
      Replace resolve_find_cdb by the resolve_get_key and resolve_get_sa function.
      Replace service_resolve_copy by service_resolve_sanitize.
      3f345ecb
  4. May 17, 2024
  5. May 07, 2024
  6. Jan 08, 2024
  7. Dec 21, 2023
  8. Nov 27, 2023
  9. Jun 14, 2023
  10. May 21, 2023
  11. Apr 15, 2023
  12. Mar 10, 2023
  13. Feb 17, 2023
  14. Feb 02, 2023
  15. Jan 29, 2023
  16. Nov 30, 2022
  17. Nov 27, 2022
  18. Oct 15, 2022
  19. Apr 08, 2022
  20. Mar 29, 2022
  21. Mar 26, 2022
  22. Mar 18, 2022
  23. Jan 15, 2022
  24. Jan 14, 2022
Loading