0.10.0 • Published 3 months ago

@ts-drp/object v0.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

DRP Objects

This package provides a simple implementation of Distributed Real-Time Programs (DRPs). DRPs are a type of composable programs that can be replicated across multiple nodes in a network, and can be updated concurrently by multiple clients without the need for coordination.

Usage

This package is intended to implement all the fuctionalities for the creation of custom DRPs. Basic operations for synchronization are provided, but the implementation of the actual program behavior is left to the app developer.

For starting, you can install it using:

pnpm install @ts-drp/object

Flamegraph

Prerequisites

  • Golang and pprof install

How to run

pnpm run flamegraph

Visualize Profile

pprof -http=:8080 flamegraph.pb.gz

and preview in browser at http://localhost:8080

0.10.0

3 months ago

0.9.2

3 months ago

0.9.1

3 months ago

0.8.5

4 months ago

0.8.4

4 months ago

0.8.1

4 months ago

0.8.3

4 months ago

0.8.2

4 months ago

0.7.0

5 months ago

0.5.3

5 months ago

0.6.1

5 months ago

0.5.2

5 months ago

0.6.0

5 months ago

0.5.1

5 months ago

0.5.0

5 months ago

0.4.4

6 months ago

0.4.3

6 months ago

0.4.2

6 months ago

0.4.1

6 months ago

0.4.0

6 months ago

0.4.0-2

6 months ago

0.4.0-1

6 months ago

0.4.0-0

6 months ago