Skip to content
Snippets Groups Projects
  1. Dec 04, 2021
  2. Nov 26, 2021
    • Antoine Pietri's avatar
      Stop writing swhid2node.bin maps · d0dbfda9
      Antoine Pietri authored
      d0dbfda9
    • Antoine Pietri's avatar
      Move SWHID<->node ID conversion in the Java backend · 0b33cff0
      Antoine Pietri authored
      Doing the SWHID <-> node ID conversion in the Python side prevents using
      the minimal perfect hash function for SWHID -> node ID. This design is
      inherited from when we thought we could have a really thin Java layer
      and write all the code in Python, but this turned out to be infeasible
      in practice.
      
      Instead, we are instead moving more and more things in the Java layer,
      until ultimately the entire Python RPC API might be replaced by a pure
      Java implementation.
      
      This commit drops the swh/graph/graph.py file for the same reasons
      outlined above (it's infeasible to write graph traversal algorithms in
      pure Python), along with its associated tests.
      0b33cff0
  3. Nov 25, 2021
  4. Oct 09, 2021
  5. Oct 07, 2021
  6. Aug 31, 2021
  7. Aug 10, 2021
  8. Jul 27, 2021
  9. Jul 09, 2021
  10. Jun 19, 2021
  11. Jun 17, 2021
  12. Jun 15, 2021
  13. Jun 09, 2021
  14. Jun 02, 2021
  15. May 12, 2021
  16. May 10, 2021
  17. May 08, 2021
Loading