aboutsummaryrefslogtreecommitdiff
path: root/API/API.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-07-21 14:28:04 +0200
committerPierre-Marie Pédrot2017-07-21 15:41:50 +0200
commit2f1ee61f9700e3d73e637a82f9089807efab186a (patch)
tree7337226bac68c9829ddb32c020744efeb8c03992 /API/API.ml
parent4d858df22bb30d2efbef39a177c28c15c600c885 (diff)
Allocation-friendly detyping of term arrays.
This is important for externalization big terms. We were indeed allocating twice as much as needed lists for the application node case, as the Array.map_to_list function is exactly List.map o Array.to_list. We could probably tweak this function instead, at the expense that order of evaluation is not guaranteed. I'm not willing to do that though.
Diffstat (limited to 'API/API.ml')
0 files changed, 0 insertions, 0 deletions