dieumercimvemba's picture
download
raw
253 Bytes
'use strict'
const { test } = require('tap')
const indexes = require('../lib/indexes')
for (const index of Object.keys(indexes)) {
test(`${index} is lock free`, function (t) {
t.equal(Atomics.isLockFree(indexes[index]), true)
t.end()
})
}

Xet Storage Details

Size:
253 Bytes
·
Xet hash:
950b31ed24203362ada24078c0f66d72d31a12c4512dd615ebad455ad097a1cf

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