aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/maps.xml
AgeCommit message (Collapse)Author
2017-11-20erts: Implement batching maps:iteratorLukas 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-13erts: Implement maps path iteratorLukas Larsson
2016-11-08fix typo on doc of mapsJxck
typo
2016-06-13Update STDLIB documentationBjö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-27stdlib: Document maps:update_with/3,4Björn-Egil Dahlberg
2016-04-27stdlib: Document maps:take/2Björn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-18stdlib: Document maps:filter/2Björn-Egil Dahlberg
2015-05-08Fixed a typo in Maps docBruce Yinhe
2015-04-15Document the new {badmap,Term} and {badkey,Key} exceptionsBjörn Gustavsson
2014-11-04fix doc for maps:with/2dcy
2014-08-26stdlib: Document maps:with/2Björn-Egil Dahlberg
2014-05-26stdlib: Fix indentation of maps docBjörn-Egil Dahlberg
2014-04-15Add docs and test for maps:get/3Sergey Abramyan
2014-03-06stdlib: Document Maps moduleBjörn-Egil Dahlberg