Skip to content

coincidence code performance improvements

Kipp Cannon requested to merge (removed):thinca_performance_2 into master

Description

make a few tweaks to the snglcoinc coincidence engine to improve its performance. also improve the documentation.

API Changes and Justification

Backwards Compatible Changes

  • This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions
  • This change adds new classes/functions/structs/types to a public C header file or Python module

Backwards Incompatible Changes

  • This change modifies an existing class/function/struct/type definition in a public C header file or Python module
  • This change removes an existing class/function/struct/type from a public C header file or Python module

more or less any change to python code is visible outside of that code. simply editing the documentation is a publicly visible change. I never know how to answer this question. I'm being honest, there are change that are visible outside of the code in question, but there are no changes of any consequence outside of the code in question.

Review Status

passes built-in test suites of both the snglcoinc module and the thinca module that uses it.

Edited by Kipp Cannon

Merge request reports