Koustav Chowdhury

Results 8 issues of Koustav Chowdhury

- modify code - add tests - change in docs Apply suggestions from #497 in this PR. Cleaned up a bit of code. @kmsquire review?

Was working on this. Part of GSoC 20 proposed work. Few changes in the original code - Use of metadata Metadata stored combines the hash and the distance to initial...

Specifically, among other things, the following things are remaining. - [ ] complete cases related to delete - [ ] write tests - [ ] add docstrings

- [x] Experiment and benchmark various hyperparameters - dictionary load factor vs DIBS_MASK - [x] Profile the code to figureout the bottleneck impending it's performance with `Base.Dict`

Is there a way to pass a user-defined prop to a `customLabel`? If so, what should be written? Using this, ``` ()} . . /> ``` the label is not...

Benchmarking code for the dictionaries is not present at the moment. I'll be happy to write a benchmark for the dictionaries. A sign of approval/necessity is all that I am...

This is a modified version of #39 . Work remaining -- I have to fix the `OrderedSet` tests, which broke because of this change

Work on creating a generic ordered dictionary which can be easily extended to new `Dict` developed in `DataStructures.jl`. I'll be documenting my design process, and later publish that in a...