download
raw
324 Bytes
import { ExtendedTriangle } from '../math/ExtendedTriangle.js';
import { PrimitivePool } from './PrimitivePool.js';
class ExtendedTrianglePoolBase extends PrimitivePool {
constructor() {
super( () => new ExtendedTriangle() );
}
}
export const ExtendedTrianglePool = /* @__PURE__ */ new ExtendedTrianglePoolBase();

Xet Storage Details

Size:
324 Bytes
·
Xet hash:
262c31c0d954ad15c218a87c4da413b44ba053eb4fc28c90e2673d966af2a15c

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