| Linux premium331.web-hosting.com 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 Path : /home/livedhms/nodevenv/lmgt/22/lib/node_modules/effect/src/internal/hashMap/ |
| Current File : /home/livedhms/nodevenv/lmgt/22/lib/node_modules/effect/src/internal/hashMap/config.ts |
/** @internal */ export const SIZE = 5 /** @internal */ export const BUCKET_SIZE = Math.pow(2, SIZE) /** @internal */ export const MASK = BUCKET_SIZE - 1 /** @internal */ export const MAX_INDEX_NODE = BUCKET_SIZE / 2 /** @internal */ export const MIN_ARRAY_NODE = BUCKET_SIZE / 4