Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

robinheghan/elm-dict-exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elm-dict-exploration

This is an alternate implementation for Dict in Elm. The implementation used is Left-Leaning Red-Black Tree, or LLRB for short. This library is API-compatible, so it should be a drop in replacement. Simply use the following import-statement in your code:

import Dict.LLRB as Dict exposing (Dict)

You can expect better performance for insert, remove, union, intersect, diff and any operation implemented with these functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published