perf: use optimized circular buffer implementation to store measurements history
[poolifier.git] / src / index.ts
index cba064140d08ba8912d516f3c4a9c70745def408..fae19abdbf8766739d4ded4b0014bbb53d6ebadd 100644 (file)
@@ -1,4 +1,4 @@
-export type { CircularArray } from './circular-array.js'
+export type { CircularBuffer } from './circular-buffer.js'
 export type { AbstractPool } from './pools/abstract-pool.js'
 export { DynamicClusterPool } from './pools/cluster/dynamic.js'
 export type { ClusterPoolOptions } from './pools/cluster/fixed.js'