0.1.1 • Published 1 year ago

bunny-utils v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Bunny Utils

This repository was created to write various interesting functions/classes to improve my hard skills. So far, this will be a collection of little-related things. To write them, I use different ideas from different libraries (I will add links to the libraries that inspired me) and write my own implementations based on them.

Stringify

Implementation of JSON.stringify with support for Symbol TODO: improve performance, add stable sort for object keys

LRU Cache (in development)

Implementation of lru-cache using doubly linked list. Memory: O(n), set/get/has/delete: O(1) where n - count of elements Inspired libraries:

0.1.1

1 year ago

0.1.0

1 year ago