Skip to content

Releases: NicholasLYang/turbo

libunwind-aarch64-linux-musl

10 Mar 16:53
d2d0d3e
Compare
Choose a tag to compare
Use streaming file reads when comparing for writes (#4093)

### Description

Following #3526, this reimplements `write(content)`'s file comparison to
stream the contents of the file. Not every file we write is massive, but
some of the ones we generate are 100kb+. I hope this can reduce memory
pressure a bit by using a consistent 8kb block size, instead of
allocating a buffer for the full file contents just to check if we
should write.

### Testing Instructions

Wait for benchmarks.

---------

Co-authored-by: Alex Kirszenberg <alex.kirszenberg@vercel.com>

zlib-x86_64-linux-musl

02 Mar 21:23
e680e72
Compare
Choose a tag to compare
Calculate TaskHash while constructing PackageTask (#4016)

We want to calculate this earlier, because it has some important side
effects such as gathering the hashable inputs, etc. By moving this up
the chain, we can ensure that more information is available for run
summary and dry run summary in a consistent way.

zlib-aarch64-linux-musl

02 Mar 19:36
e680e72
Compare
Choose a tag to compare
Calculate TaskHash while constructing PackageTask (#4016)

We want to calculate this earlier, because it has some important side
effects such as gathering the hashable inputs, etc. By moving this up
the chain, we can ensure that more information is available for run
summary and dry run summary in a consistent way.

Turbopack Nightly Release turbopack-230308.1

08 Mar 08:33
e680e72
Compare
Choose a tag to compare

Turbopack Nightly Release turbopack-230307.1

07 Mar 08:33
e680e72
Compare
Choose a tag to compare

Turbopack Nightly Release turbopack-230306.1

06 Mar 08:33
e680e72
Compare
Choose a tag to compare

Turbopack Nightly Release turbopack-230305.1

05 Mar 08:30
e680e72
Compare
Choose a tag to compare

Turbopack Nightly Release turbopack-230304.1

04 Mar 08:31
e680e72
Compare
Choose a tag to compare

Turbopack Nightly Release turbopack-230303.1

03 Mar 08:32
e680e72
Compare
Choose a tag to compare

Turbopack Nightly Release turbopack-230302.1

02 Mar 08:33
e680e72
Compare
Choose a tag to compare