Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mikolalysenko/ndarray-proxy

Account's avatar
mikolalysenko/bit-twiddle
Bit twiddling hacks for JavaScript
Account's avatar
mikolalysenko/ndarray
Multidimensional Arrays
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mikolalysenko's profile
mikolalysenko
9 contributions
shama's profile
shama
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mikolalysenko

mikolalysenko/ndarray-proxy

Turn functions into ndarrays

JavaScript
16
2
MIT License

`ndarray-proxy` lets you treat any JavaScript function as a virtual ndarray (multidimensional array) without allocating storage. By providing getter (and optional setter) callbacks, you can create read‑only or writable array‑like views that support slicing, transposition, and work with any library expecting ndarrays. It’s aimed at developers doing scientific computing or graphics in Node.js/browser who need lazy‑evaluated or computed array data.