Skip to content
View izure1's full-sized avatar

Block or report izure1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
izure1/README.md

About

The JavaScript/TypeScript developer.
Currently coding with React, Vue, Next.js, Nuxt.js and Electron.

This repository contains libraries that I created and deemed useful during my work.

Repository Types

Database, or data storage

klaf.js is a lightweight JavaScript library offering both a key-value store and document-oriented database with asynchronous operations. Optimized for performance and flexibility, it is ideal for modern applications requiring fast, schema-defined data storage.

This is a B+tree that's totally okay with duplicate values. If you need to keep track of the B+ tree's state, don't just leave it in memory - make sure you store it down.

Manage caches that are dependent on each other efficiently.

Enhance flexibility

A range-based locking library for JavaScript, enabling concurrent read locks and exclusive write locks with seamless management of overlapping ranges.

Enhance your program's strength and flexibility by seamlessly hooking into the operation.

Simple undo, redo system for JavaScript/TypeScript.

Popular repositories Loading

  1. seed-fingerprint seed-fingerprint Public

    Library that generates fingerprints for clients using seed

    TypeScript 8

  2. klaf klaf Public

    klaf.js is a lightweight JavaScript library offering both a key-value store and document-oriented database with asynchronous operations. Optimized for performance and flexibility, it is ideal for m…

    TypeScript 8

  3. eriengine eriengine Public

    웹 2.5D 쿼터뷰 게임 엔진

    TypeScript 3

  4. serializable-bptree serializable-bptree Public

    This is a B+tree that's totally okay with duplicate values. If you need to keep track of the B+ tree's state, don't just leave it in memory - make sure you store it down.

    TypeScript 3

  5. MFL MFL Public

    Mabinogi game CPU limit when game is not focused.

    TypeScript 3

  6. Codraft Codraft Public

    Write the code in GUI.

    Vue 2