History log of /petsc/src/sys/tests/output/ex65_1.out (Results 1 – 2 of 2)
Revision Date Author Comments
# fc0b9b6b 26-Jan-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-01-23/hashmap-based-petscfunctionlist' into 'main'

Hashmap-based PetscFunctionList

See merge request petsc/petsc!5999


# ed170139 23-Jan-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Switch PetscFunctionList to store function pointers in a hashmap, improving lookup from O(n) to O(1)