Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-20 | erts: Implement batching maps:iterator | Lukas Larsson | |
This iterator implementation fetches multiple elements to iterate over in one call to erts_internal:maps_next instead of one at a time. This means that the memory usage will go up for the iterator as we are buffering elements, but the usage is still bounded. In this implementation the max memory usage is 1000 words. Using this approach makes the iterator as fast as using maps:to_list, so maps:iterator/2 has been removed. | |||
2017-10-13 | erts: Implement maps path iterator | Lukas Larsson | |
2016-11-08 | fix typo on doc of maps | Jxck | |
typo | |||
2016-06-13 | Update STDLIB documentation | Björn Gustavsson | |
Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. | |||
2016-04-27 | stdlib: Document maps:update_with/3,4 | Björn-Egil Dahlberg | |
2016-04-27 | stdlib: Document maps:take/2 | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-18 | stdlib: Document maps:filter/2 | Björn-Egil Dahlberg | |
2015-05-08 | Fixed a typo in Maps doc | Bruce Yinhe | |
2015-04-15 | Document the new {badmap,Term} and {badkey,Key} exceptions | Björn Gustavsson | |
2014-11-04 | fix doc for maps:with/2 | dcy | |
2014-08-26 | stdlib: Document maps:with/2 | Björn-Egil Dahlberg | |
2014-05-26 | stdlib: Fix indentation of maps doc | Björn-Egil Dahlberg | |
2014-04-15 | Add docs and test for maps:get/3 | Sergey Abramyan | |
2014-03-06 | stdlib: Document Maps module | Björn-Egil Dahlberg | |