Public
Edited
Jun 7, 2024
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
nodeSize = idSize + //
dimensions * sizeofFloat + // vector
nneighbors * idSize + // neighbor IDs
nneighbors * (dimensions * compressionReduction) * sizeofFloat // compressed neighbor vectors
Insert cell
page_sizes = d3.range(10, 17).map((d) => Math.pow(2, d))
Insert cell
lmSize = (nodeSize * n)
Insert cell
flatSize = n * idSize + n * dimensions * sizeofFloat
Insert cell
prettyBytes = (await import("pretty-bytes")).default
Insert cell
Insert cell
sizeofFloat = 4
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more