Skip to content

GatienBouyer/benchmark-python-gedcom

Repository files navigation

Benchmark of Python Gedcom parsers and traversers

Compare the efficiency of the data structure chosen by different Python packages.

Are measured:

  • the parsing time of large gedcom file
  • the time taken to find ascendants and descendants

Packages tested

/!\ Conflict: python-gedcom and gedcompy both are under import gedcom /!\

How to run benchmarks

  • python -m benchmarks.fastgedcom
  • python -m benchmarks.python_gedcom
  • and so on...

The results are printed in stdout.

Results

Results may vary between OS and Python versions.

About

Benchmark of python Gedcom packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages