memory:动态内存JavaScript实现

时间:2024-05-28 10:14:15
【文件属性】:

文件名称:memory:动态内存JavaScript实现

文件大小:49KB

文件格式:ZIP

更新时间:2024-05-28 10:14:15

javascript memory memory-management memory-allocation JavaScript

内存实用程序 ( 如果您觉得这很有用,请考虑支持我的工作。 描述 使用ArrayBuffer作为内存存储的动态内存JavaScript实现。 警告:目前尚处于试验阶段。 可能有用,也可能无效。 用法 Node.js 使用或安装: npm install @humanwhocodes/memory --save # or yarn add @humanwhocodes/memory 导入到您的Node.js项目中: // CommonJS const { Memory } = require ( "@humanwhocodes/memory" ) ; // ESM import { Memory } from "@humanwhocodes/memory" ; 天野 导入到您的Deno项目中: import { Memory } from "https://cdn.skypac


【文件预览】:
memory-main
----.gitattributes(15B)
----rollup.config.js(368B)
----.github()
--------workflows()
----.eslintrc.js(521B)
----src()
--------implicit-free-list.js(10KB)
--------memory.js(4KB)
--------pkg.js(173B)
----tsconfig.json(174B)
----LICENSE(11KB)
----README.md(3KB)
----tests()
--------memory.test.js(5KB)
--------implicit-free-list.test.js(10KB)
----.gitignore(941B)
----CHANGELOG.md(563B)
----package-lock.json(124KB)
----package.json(1KB)

网友评论