+- We recommend to wrap functions that create maps (e.g. [`put_filemap`](https://metafacture.org/metafacture-documentation/docs/fix/Fix-functions.html#put_filemap), [`put_map`](https://metafacture.org/metafacture-documentation/docs/fix/Fix-functions.html#put_map), [`put_rdfmap`](https://metafacture.org/metafacture-documentation/docs/fix/Fix-functions.html#put_rdfmap)) as well as those that create macros ([`do put_macro`](https://metafacture.org/metafacture-documentation/docs/fix/Fix-functions.html#do-put_macro)) into a [`once` bind](https://metafacture.org/metafacture-documentation/docs/fix/Fix-functions.html#do-once) since maps and macros are saved into memory. You can use one `once` bind for all maps and macros.
0 commit comments