turbo-map
Version:
High-performance, type-safe Map implementation supporting complex nested objects as keys, fully compatible with ES Map API
3 lines • 1.03 kB
TypeScript
export { createEnhancedTurboMap as createTurboMap, createEnhancedTurboMap, type EnhancedTurboMapLike as TurboMapLike, type EnhancedTurboMapOptions as TurboMapOptions, type MapKey, type PrimitiveKey, type ObjectKey } from './turboMap/index';
export { TypeUtils, ObjectPool, EnhancedObjectPool, globalObjectPool, FastHasher, globalFastHasher, ErrorRecoveryManager, globalErrorRecovery, ErrorType, RecoveryAction, EnhancedLRUCache, TieredCacheManager, type CacheStats, type TieredCacheOptions, AdaptiveSerializer, globalSerializer, type SerializationContext, type SerializationStrategy, AsyncTurboMap, type AsyncTurboMapLike, type AsyncTurboMapStream, type BatchOperation, type BatchResult, type AsyncOptions, PluginManager, type TurboMapPlugin, type PluginContext, type PluginStats, PerformanceMonitor, MemoryAnalyzer, DiagnosticAnalyzer, globalDiagnostic, type PerformanceProfile, type MemoryDiagnostic, type ErrorAnalysis, type OptimizationSuggestion, type DiagnosticInfo } from './turboMap/index';
//# sourceMappingURL=index.d.ts.map