Skip to content

2.0.1

Latest
Compare
Choose a tag to compare
@hannesm hannesm released this 14 Apr 08:02

CHANGES:

  • core, send_application_data: allocate much fewer data. previously, we
    allocated a lot to split the data into chunks of 2^14 - and did not have
    tail calls. the memory footprint, esp. for big amounts of data passed to
    send_application_data has changed now (#515 @hannesm @reynir)