Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion for Document as an HashMap rather than [Field] #8

Open
yogeshsajanikar opened this issue Jan 9, 2016 · 3 comments
Open

Comments

@yogeshsajanikar
Copy link

Would it be more efficient to have Document as HashMap rather than list of Field, especially if Document does comprise of large number of fields?

@Yuras
Copy link

Yuras commented Jan 10, 2016

I support the idea, I wanted it for years. But the package is widely used (mostly outside of hackage I guess). IMO good migration strategy is necessary here.

@superbobry
Copy link

👍

We have this in the (currently abandoned) bresson package precisely because list-based documents were cumbersome to work with.

@greydot
Copy link

greydot commented Jul 17, 2019

This is still relevant, I suppose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants