Skip to content
Snippets Groups Projects
  1. Aug 12, 2024
  2. 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
  3. Jun 03, 2024
    • Eric Vidal's avatar
      Only build the entire graph of system after a parse process. · 8fcc5c59
      Eric Vidal authored
      Each tool needs to be independent, which
      meant that every time a tool was called,
      it would build the entire system graph.
      This was an obvious waste of time and resources.
      
      Now, the tools build the graph based
      on the requested services, which
      drastically reduces the time needed to
      construct the necessary dependency graph.
      8fcc5c59
  4. Dec 22, 2023
  5. Oct 30, 2023
  6. Jul 08, 2023
  7. Jun 16, 2023
  8. May 28, 2023
  9. Feb 17, 2023
  10. Jan 28, 2023
  11. Oct 15, 2022
  12. Apr 08, 2022
  13. Mar 29, 2022
  14. Mar 26, 2022
  15. Jan 15, 2022
  16. Jan 14, 2022
Loading