download
raw
332 Bytes
'use strict'
const SonicBoom = require('.')
const sonic = new SonicBoom({ fd: process.stdout.fd })
let count = 0
function scheduleWrites () {
for (let i = 0; i < 1000; i++) {
sonic.write('hello sonic\n')
console.log('hello console')
}
if (++count < 10) {
setTimeout(scheduleWrites, 100)
}
}
scheduleWrites()

Xet Storage Details

Size:
332 Bytes
·
Xet hash:
7f87c4c5da8b8437aa8a0b75709286251b43bdee58daaa922540d46de1562f13

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