0.0.6 • Published 2 years ago

dolphin-node-core v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

dolphin-node-core

dolphin-node-core 是一個 node.js 的套件,由向皓田開發,採用 MIT 授權。此套件包含了一些常用的 JavaScript 物件集合:型別、向量、矩陣、位元陣列。

特色

  • 型別 是將一些型別判斷的功能的集合。
  • 位元陣列 是一個最佳化過的位元陣列,當你需要儲存大量的 Boolean 值時,位元陣列所佔用的空間是一般陣列的 1/24。
  • 向量 是多維的向量。
  • 矩陣 是二維矩陣,提供基本的矩陣運算。

文件

下載

npm install dolphin-node-core

測試

npm run test
0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.1.0

3 years ago