Skip to content

Latest commit

 

History

History
146 lines (85 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

146 lines (85 loc) · 7.26 KB

@httpx/memo-intl

1.2.7

Patch Changes

1.2.6

Patch Changes

1.2.5

Patch Changes

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #1868 9677ae3 Thanks @belgattitude! - Now 30x faster than non memoized constructors (was 20x before)

    Now using @httpx/lru instead of quick-lru

    Previously

      With memoization `MIntl.NumberFormatter()` - bench/m-intl.bench.ts > MIntl benchmarks
        21.64x faster than Without memoization `new Intl.NumberFormatter()`
    

    Now

      With memoization `MIntl.NumberFormatter()` - bench/m-intl.number-formatter.bench.ts > MIntl NumberFormatter benchmarks
        32.18x faster than Without memoization `new Intl.NumberFormatter()`
    
  • #1868 9677ae3 Thanks @belgattitude! - Reduce size from 1.2Kb to 900B by using @httpx/lru

    Now using @httpx/lru instead of quick-lru

1.1.3

Patch Changes

1.1.2

Patch Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

1.0.0

Major Changes

0.2.0

Minor Changes

0.1.0

Minor Changes

0.0.2

Patch Changes