perf: use mnemonist CirculerBuffer
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 21 May 2024 12:57:50 +0000 (14:57 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 21 May 2024 12:57:50 +0000 (14:57 +0200)
commit840ca85d7c40a6ee6f3a85a50e68dbea2f90acb8
tree995d34b883301e127435e4f2172729199a8e8110
parent2f2e04446bb16844a71e8752ae29bff584267029
perf: use mnemonist CirculerBuffer

Expected regression: performance statistics storage miss statistics for
now

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/performance/PerformanceStatistics.ts
src/types/Statistics.ts
src/utils/CircularArray.ts [deleted file]
src/utils/Constants.ts
src/utils/MessageChannelUtils.ts
src/utils/Utils.ts
src/utils/index.ts
tests/utils/CircularArray.test.ts [deleted file]
tests/utils/Utils.test.ts