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

`null-prototype-object` is a lightweight utility that provides a constructor for creating objects with a `null` prototype in a performance-optimized way. Unlike `Object.create(null)`, which creates a new object shape on each call, this package uses a shared, frozen prototype to enable better JIT optimization and faster object creation in high-frequency scenarios. It's ideal for developers building parsers, serializers, caches, or any system that frequently creates null-prototype objects and needs predictable, optimized performance.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of kikobeats/null-prototype-object

Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
avajs/ava
Node.js test runner that lets you develop with confidence.
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
bahmutov/ci-publish
Poor man's semantic release utility. Let the CI do the `npm publish` step after the build passes
Account's avatar
Kikobeats/finepack
Organizes and maintains your JSON files readable
Account's avatar
Kikobeats/git-authors-cli
Print all contributors and add it into package.json
Account's avatar
Kikobeats/github-generate-release
Simplest way to create a GitHub release.
Account's avatar
toplenboren/simple-git-hooks
A simple, zero dependency tool for setting up git hooks for small projects
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
zeke/standard-markdown
Test your Markdown files for Standard JavaScript Style™

Support the repos that depend on this repository

Top contributors

Kikobeats's profile
Kikobeats
24 contributions
dependabot[bot]'s profile
dependabot[bot]
5 contributions
SukkaW's profile
SukkaW
2 contributions

Recent events

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

No events yet
kikobeats

kikobeats/null-prototype-object

Fastest way for creating null-prototype objects in JavaScript

JavaScript
23
1
MIT License