Tags: dpo/OrderedCollections.jl
Tags
Add LittleDict (JuliaCollections#19) * Add LittleDict * fix LittleDict constructors * add delete! and pop! * fix more constructors and series of ops tests * handle fail to add value but add key * get and get! * All Ordered Dict functionality complete * Basic tests for Frozen LittleDicts * handle other iterators * carefully optimise setindex! * remoe unused constructor * add missing constructor * fix get! * drop simd from get * drop simd * guard against construction of LittleDict with different number of keys and args * Test freezing gives ===ity * use types more * fix Int type
Merge pull request JuliaCollections#8 from JuliaCollections/teh/coverage Improve test coverage
Merge pull request JuliaCollections#5 from JuliaCollections/teh/travi… …s_depwarns Eliminate warnings in Travis script
Merge pull request JuliaCollections#2 from JuliaCollections/teh/testc… …ommit Reword README