download
raw
311 Bytes
'use strict'
const SonicBoom = require('..')
const out = new SonicBoom({ fd: process.stdout.fd })
const str = Buffer.alloc(1000).fill('a').toString()
let i = 0
function write () {
if (i++ === 10) {
return
}
if (out.write(str)) {
write()
} else {
out.once('drain', write)
}
}
write()

Xet Storage Details

Size:
311 Bytes
·
Xet hash:
4ca2a8d1fa0d2aaa350c4597cafa4acf23adc9d0d8739d3659e8b6d7529644f6

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.