Compare commits
23 Commits
Author | SHA1 | Date | |
---|---|---|---|
5d9624bd56 | |||
32397a97cd | |||
753b829d18 | |||
4be2784bf4 | |||
cd08cf370c | |||
b64fe567a8 | |||
2a68c9ad90 | |||
aa978413d1 | |||
f24636ba80 | |||
5e31dbb504 | |||
b2ca6e13e7 | |||
052322fb98 | |||
9e1eb0b3a0 | |||
af9b045d31 | |||
d7718d4340 | |||
92592d9e9a | |||
a786c43970 | |||
66658dc877 | |||
be78d74124 | |||
bde0404777 | |||
dfe973f5d8 | |||
326030456f | |||
184dc98127 |
55
changelog.md
Normal file
55
changelog.md
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-10-13 - 6.1.0 - feat(BackpressuredArray)
|
||||||
|
Add method to check if items are present in BackpressuredArray
|
||||||
|
|
||||||
|
- Implemented a new method `checkHasItems` in the BackpressuredArray class to determine if the array contains any items.
|
||||||
|
|
||||||
|
## 2024-05-29 to 2024-04-18 - 6.0.15
|
||||||
|
Minor updates were made to documentation and descriptions.
|
||||||
|
|
||||||
|
- Update project description
|
||||||
|
|
||||||
|
## 2024-04-18 to 2024-02-25 - 6.0.14
|
||||||
|
Several updates were made to configurations and json files.
|
||||||
|
|
||||||
|
- Updated core components in the codebase
|
||||||
|
- Modified tsconfig settings
|
||||||
|
- Revised npmextra.json with githost configurations
|
||||||
|
|
||||||
|
## 2024-02-25 to 2024-02-23 - 6.0.13
|
||||||
|
No relevant changes.
|
||||||
|
|
||||||
|
## 2024-02-23 to 2023-11-13 - 6.0.12 to 6.0.8
|
||||||
|
Multiple core updates were performed to ensure stability and performance.
|
||||||
|
|
||||||
|
- Fixed various issues in core components
|
||||||
|
|
||||||
|
## 2023-11-13 to 2023-08-14 - 6.0.7 to 6.0.3
|
||||||
|
Minor internal core updates.
|
||||||
|
|
||||||
|
## 2023-08-14 to 2023-07-12 - 6.0.2
|
||||||
|
Implemented a switch to a new organizational scheme.
|
||||||
|
|
||||||
|
## 2023-01-18 to 2022-05-27 - 6.0.0
|
||||||
|
Updated core functionalities; introduced breaking changes for compatibility with ECMAScript modules.
|
||||||
|
|
||||||
|
- Core updates
|
||||||
|
- Switching from CommonJS to ECMAScript modules
|
||||||
|
|
||||||
|
## 2022-05-27 to 2022-05-27 - 5.0.6 to 5.0.0
|
||||||
|
Minor updates and a significant change in `objectmap` behavior to support async operations.
|
||||||
|
|
||||||
|
- Included async behaviors in objectmap as a breaking change
|
||||||
|
|
||||||
|
## 2020-05-04 to 2020-02-17 - 4.0.0
|
||||||
|
Refactored ObjectMap; introduced new features.
|
||||||
|
|
||||||
|
- Refactored ObjectMap with concat functionality as a breaking change
|
||||||
|
- Added .clean() to FastMap
|
||||||
|
|
||||||
|
## 2020-02-17 to 2020-02-06 - 3.0.19 to 3.0.15
|
||||||
|
Enhancements and new functionality in ObjectMap.
|
||||||
|
|
||||||
|
- Added object mapping enhancements
|
||||||
|
- Introduced object map with unique keys
|
@ -6,12 +6,28 @@
|
|||||||
"gitzone": {
|
"gitzone": {
|
||||||
"projectType": "npm",
|
"projectType": "npm",
|
||||||
"module": {
|
"module": {
|
||||||
"githost": "gitlab.com",
|
"githost": "code.foss.global",
|
||||||
"gitscope": "push.rocks",
|
"gitscope": "push.rocks",
|
||||||
"gitrepo": "lik",
|
"gitrepo": "lik",
|
||||||
"description": "light little helpers for node",
|
"description": "Provides a collection of lightweight helpers and utilities for Node.js projects.",
|
||||||
"npmPackagename": "@push.rocks/lik",
|
"npmPackagename": "@push.rocks/lik",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"Utilities",
|
||||||
|
"Helpers",
|
||||||
|
"Typescript",
|
||||||
|
"Node.js",
|
||||||
|
"String manipulation",
|
||||||
|
"Object management",
|
||||||
|
"Execution control",
|
||||||
|
"Data structures",
|
||||||
|
"Asynchronous programming",
|
||||||
|
"Event handling",
|
||||||
|
"Data aggregation"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tsdoc": {
|
||||||
|
"legal": "\n## License and Legal Information\n\nThis repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository. \n\n**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.\n\n### Trademarks\n\nThis project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH.\n\n### Company Information\n\nTask Venture Capital GmbH \nRegistered at District court Bremen HRB 35230 HB, Germany\n\nFor any legal inquiries or if you require further information, please contact us via email at hello@task.vc.\n\nBy using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.\n"
|
||||||
}
|
}
|
||||||
}
|
}
|
31
package.json
31
package.json
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/lik",
|
"name": "@push.rocks/lik",
|
||||||
"version": "6.0.7",
|
"version": "6.1.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "light little helpers for node",
|
"description": "Provides a collection of lightweight helpers and utilities for Node.js projects.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -13,21 +13,21 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+ssh://git@gitlab.com/pushrocks/lik.git"
|
"url": "https://code.foss.global/push.rocks/lik.git"
|
||||||
},
|
},
|
||||||
"author": "Lossless GmbH",
|
"author": "Lossless GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://gitlab.com/pushrocks/lik/issues"
|
"url": "https://gitlab.com/pushrocks/lik/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/pushrocks/lik#README",
|
"homepage": "https://code.foss.global/push.rocks/lik",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^2.1.66",
|
"@git.zone/tsbuild": "^2.1.72",
|
||||||
"@git.zone/tsbundle": "^2.0.8",
|
"@git.zone/tsbundle": "^2.0.15",
|
||||||
"@git.zone/tsrun": "^1.2.44",
|
"@git.zone/tsrun": "^1.2.44",
|
||||||
"@git.zone/tstest": "^1.0.77",
|
"@git.zone/tstest": "^1.0.90",
|
||||||
"@pushrocks/tapbundle": "^5.0.8",
|
"@push.rocks/tapbundle": "^5.0.8",
|
||||||
"@types/node": "^20.9.0"
|
"@types/node": "^20.12.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@push.rocks/smartdelay": "^3.0.5",
|
"@push.rocks/smartdelay": "^3.0.5",
|
||||||
@ -53,5 +53,18 @@
|
|||||||
],
|
],
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 1 chrome versions"
|
"last 1 chrome versions"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"Utilities",
|
||||||
|
"Helpers",
|
||||||
|
"Typescript",
|
||||||
|
"Node.js",
|
||||||
|
"String manipulation",
|
||||||
|
"Object management",
|
||||||
|
"Execution control",
|
||||||
|
"Data structures",
|
||||||
|
"Asynchronous programming",
|
||||||
|
"Event handling",
|
||||||
|
"Data aggregation"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
2296
pnpm-lock.yaml
generated
2296
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
1
readme.hints.md
Normal file
1
readme.hints.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
220
readme.md
220
readme.md
@ -1,52 +1,204 @@
|
|||||||
# @push.rocks/lik
|
# @push.rocks/lik
|
||||||
light little helpers for node
|
light little helpers for node
|
||||||
|
|
||||||
## Availabililty and Links
|
## Install
|
||||||
* [npmjs.org (npm package)](https://www.npmjs.com/package/@push.rocks/lik)
|
|
||||||
* [gitlab.com (source)](https://gitlab.com/push.rocks/lik)
|
|
||||||
* [github.com (source mirror)](https://github.com/push.rocks/lik)
|
|
||||||
* [docs (typedoc)](https://push.rocks.gitlab.io/lik/)
|
|
||||||
|
|
||||||
## Status for master
|
To install `@push.rocks/lik`, you can use npm (Node Package Manager). Simply run the following command in your terminal:
|
||||||
|
|
||||||
Status Category | Status Badge
|
```bash
|
||||||
-- | --
|
npm install @push.rocks/lik --save
|
||||||
GitLab Pipelines | [](https://lossless.cloud)
|
```
|
||||||
GitLab Pipline Test Coverage | [](https://lossless.cloud)
|
|
||||||
npm | [](https://lossless.cloud)
|
This will download `@push.rocks/lik` and add it to your project's `package.json` dependencies.
|
||||||
Snyk | [](https://lossless.cloud)
|
|
||||||
TypeScript Support | [](https://lossless.cloud)
|
|
||||||
node Support | [](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
|
||||||
Code Style | [](https://lossless.cloud)
|
|
||||||
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
|
|
||||||
PackagePhobia (package size on registry) | [](https://lossless.cloud)
|
|
||||||
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Use TypeScript for best in class instellisense.
|
`@push.rocks/lik` is a versatile package offering a variety of helper classes designed to simplify common tasks in Node.js development. From managing asynchronous operations to handling collections efficiently, this library provides lightweight solutions to enhance your coding workflow. Below, we explore several key features of `@push.rocks/lik`, presenting TypeScript examples to demonstrate their practical application in real-world scenarios.
|
||||||
|
|
||||||
```javascript
|
### AsyncExecutionStack
|
||||||
// import any tool that you need from lik
|
|
||||||
import { Stringmap, Objectmap, Observablemap } from 'lik';
|
`AsyncExecutionStack` allows for managing asynchronous task execution with exclusive and non-exclusive slots, ensuring effective handling of resource-intensive operations.
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
import { AsyncExecutionStack } from '@push.rocks/lik';
|
||||||
|
|
||||||
|
const myAsyncStack = new AsyncExecutionStack();
|
||||||
|
|
||||||
|
// Exclusive execution ensures this task doesn't run in parallel with others
|
||||||
|
await myAsyncStack.getExclusiveExecutionSlot(async () => {
|
||||||
|
// some asynchronous operation
|
||||||
|
}, 2500);
|
||||||
|
|
||||||
|
// Non-exclusive slots can run in parallel
|
||||||
|
myAsyncStack.getNonExclusiveExecutionSlot(async () => {
|
||||||
|
// another asynchronous operation
|
||||||
|
}, 1500);
|
||||||
```
|
```
|
||||||
|
|
||||||
### class Stringmap
|
### FastMap
|
||||||
|
|
||||||
Stringmap allows you to keep track of strings. It allows you to register triggers for certain events
|
`FastMap` offers a high-performance, key-value map optimized for rapid access and modifications, ideal for scenarios requiring frequent read/write operations.
|
||||||
like when a certain string is removed or added to the map
|
|
||||||
|
|
||||||
### class Objectmap
|
```typescript
|
||||||
|
import { FastMap } from '@push.rocks/lik';
|
||||||
|
|
||||||
Sometimes you need to keep track of objects, but implementing logic for removing, finding or updating is tedious.
|
const myFastMap = new FastMap<string>();
|
||||||
Objectmap takes care of keeping track of objects for you.
|
|
||||||
|
|
||||||
## Contribution
|
// Add items
|
||||||
|
myFastMap.addToMap('key1', 'value1');
|
||||||
|
myFastMap.addToMap('key2', 'value2');
|
||||||
|
|
||||||
We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can [contribute one time](https://lossless.link/contribute-onetime) or [contribute monthly](https://lossless.link/contribute). :)
|
// Retrieve item
|
||||||
|
const value = myFastMap.getByKey('key1'); // 'value1'
|
||||||
|
```
|
||||||
|
|
||||||
For further information read the linked docs at the top of this readme.
|
### LimitedArray
|
||||||
|
|
||||||
## Legal
|
`LimitedArray` enforces a maximum size on an array, automatically managing its length to prevent it from exceeding a defined limit.
|
||||||
> MIT licensed | **©** [Task Venture Capital GmbH](https://task.vc)
|
|
||||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy)
|
```typescript
|
||||||
|
import { LimitedArray } from '@push.rocks/lik';
|
||||||
|
|
||||||
|
const myLimitedArray = new LimitedArray<number>(5); // limit size to 5
|
||||||
|
|
||||||
|
myLimitedArray.addMany([1, 2, 3, 4, 5, 6]);
|
||||||
|
console.log(myLimitedArray.array); // [2, 3, 4, 5, 6]
|
||||||
|
```
|
||||||
|
|
||||||
|
### LoopTracker
|
||||||
|
|
||||||
|
`LoopTracker` helps detect and prevent infinite loops by tracking object references during iterations.
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
import { LoopTracker } from '@push.rocks/lik';
|
||||||
|
|
||||||
|
const myLoopTracker = new LoopTracker<object>();
|
||||||
|
const obj1 = {};
|
||||||
|
|
||||||
|
if (myLoopTracker.checkAndTrack(obj1)) {
|
||||||
|
// proceed with operation
|
||||||
|
} else {
|
||||||
|
// potential loop detected
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### ObjectMap
|
||||||
|
|
||||||
|
`ObjectMap` facilitates object management, providing functionalities for adding, finding, and removing objects with ease.
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
import { ObjectMap } from '@push.rocks/lik';
|
||||||
|
|
||||||
|
interface MyObject {
|
||||||
|
id: number;
|
||||||
|
name: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
const myObjectMap = new ObjectMap<MyObject>();
|
||||||
|
const obj: MyObject = { id: 1, name: 'Test Object' };
|
||||||
|
|
||||||
|
// Add object
|
||||||
|
myObjectMap.add(obj);
|
||||||
|
|
||||||
|
// Find object
|
||||||
|
const found = myObjectMap.findSync(item => item.id === 1);
|
||||||
|
```
|
||||||
|
|
||||||
|
### StringMap
|
||||||
|
|
||||||
|
`StringMap` simplifies string collection management, allowing you to add, remove, and query strings effectively.
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
import { Stringmap } from '@push.rocks/lik';
|
||||||
|
|
||||||
|
const myStringMap = new Stringmap();
|
||||||
|
|
||||||
|
// Add strings
|
||||||
|
myStringMap.addString('hello');
|
||||||
|
myStringMap.addStringArray(['world', 'example']);
|
||||||
|
|
||||||
|
// Check string presence
|
||||||
|
const exists = myStringMap.checkString('hello'); // true
|
||||||
|
```
|
||||||
|
|
||||||
|
### TimedAggregator
|
||||||
|
|
||||||
|
`TimedAggregator` batches operations over a specified time interval, useful for aggregating logs, metrics, or any data points over time.
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
import { TimedAggregtor } from '@push.rocks/lik';
|
||||||
|
|
||||||
|
const myAggregator = new TimedAggregtor<string>({
|
||||||
|
aggregationIntervalInMillis: 5000, // 5 seconds
|
||||||
|
functionForAggregation: (items) => {
|
||||||
|
console.log('Aggregated items:', items);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Add items
|
||||||
|
myAggregator.add('item1');
|
||||||
|
myAggregator.add('item2');
|
||||||
|
|
||||||
|
// After 5 seconds, the functionForAggregation will log the aggregated items
|
||||||
|
```
|
||||||
|
|
||||||
|
### InterestMap and Tree
|
||||||
|
|
||||||
|
`InterestMap` provides a structure for managing subscriptions or interests in certain events or entities, optimizing notification mechanisms.
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
import { InterestMap } from '@push.rocks/lik';
|
||||||
|
|
||||||
|
const myInterestMap = new InterestMap<string, number>((str) => str);
|
||||||
|
|
||||||
|
myInterestMap.addInterest('event1').then((interest) => {
|
||||||
|
interest.fullfillInterest(42);
|
||||||
|
});
|
||||||
|
```
|
||||||
|
|
||||||
|
`Tree` offers a way to handle hierarchical data structures, allowing for the composition and traversal of tree-like data sets.
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
import { Tree } from '@push.rocks/lik';
|
||||||
|
|
||||||
|
class TreeNode {
|
||||||
|
constructor(public value: string) {}
|
||||||
|
}
|
||||||
|
|
||||||
|
const myTree = new Tree<TreeNode>();
|
||||||
|
const rootNode = new TreeNode('root');
|
||||||
|
myTree.initialize(rootNode);
|
||||||
|
|
||||||
|
// Add child nodes
|
||||||
|
const childNode = new TreeNode('child');
|
||||||
|
myTree.appendChild(rootNode, childNode);
|
||||||
|
```
|
||||||
|
|
||||||
|
### Utilizing @push.rocks/lik in Your Project
|
||||||
|
|
||||||
|
With `@push.rocks/lik`, you gain access to a comprehensive set of lightweight utilities that can significantly simplify and expedite the development process in Node.js environments. By leveraging the library's classes and functions, you can implement efficient data structures, manage asynchronous operations gracefully, and streamline complex logic with ease.
|
||||||
|
|
||||||
|
By integrating `@push.rocks/lik` into your project, you'll benefit from improved code clarity, reduced boilerplate, and enhanced performance, allowing you to focus on developing the core functionalities of your application. Whether you're managing various collections, executing asynchronous tasks in controlled manners, or dealing with hierarchical data, `@push.rocks/lik` provides the tools you need to achieve your objectives with minimal overhead.
|
||||||
|
|
||||||
|
Remember, continuous exploration of `@push.rocks/lik`'s capabilities and experimenting with its various components in different scenarios will help you unlock its full potential. As your familiarity with the library grows, you'll discover even more ways to optimize your codebase and streamline your development workflow.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## License and Legal Information
|
||||||
|
|
||||||
|
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
|
||||||
|
|
||||||
|
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
### Trademarks
|
||||||
|
|
||||||
|
This project is owned and maintained by Task Venture Capital GmbH. The names and logos associated with Task Venture Capital GmbH and any related products or services are trademarks of Task Venture Capital GmbH and are not included within the scope of the MIT license granted herein. Use of these trademarks must comply with Task Venture Capital GmbH's Trademark Guidelines, and any usage must be approved in writing by Task Venture Capital GmbH.
|
||||||
|
|
||||||
|
### Company Information
|
||||||
|
|
||||||
|
Task Venture Capital GmbH
|
||||||
|
Registered at District court Bremen HRB 35230 HB, Germany
|
||||||
|
|
||||||
|
For any legal inquiries or if you require further information, please contact us via email at hello@task.vc.
|
||||||
|
|
||||||
|
By using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { tap, expect } from '@pushrocks/tapbundle';
|
import { tap, expect } from '@push.rocks/tapbundle';
|
||||||
import * as lik from '../ts/index.js';
|
import * as lik from '../ts/index.js';
|
||||||
|
|
||||||
let testAsyncExecutionStack: lik.AsyncExecutionStack;
|
let testAsyncExecutionStack: lik.AsyncExecutionStack;
|
||||||
@ -26,4 +26,4 @@ tap.test('should run in parallel', async (toolsArg) => {
|
|||||||
}, 0);
|
}, 0);
|
||||||
});
|
});
|
||||||
|
|
||||||
await tap.start();
|
export default tap.start();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { tap, expect } from '@pushrocks/tapbundle';
|
import { tap, expect } from '@push.rocks/tapbundle';
|
||||||
|
|
||||||
import * as lik from '../ts/index.js';
|
import * as lik from '../ts/index.js';
|
||||||
|
|
||||||
@ -27,4 +27,4 @@ tap.test('should find an entry', async () => {
|
|||||||
expect(result.value1).toEqual('heyho3');
|
expect(result.value1).toEqual('heyho3');
|
||||||
});
|
});
|
||||||
|
|
||||||
await tap.start();
|
export default tap.start();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { tap, expect } from '@pushrocks/tapbundle';
|
import { tap, expect } from '@push.rocks/tapbundle';
|
||||||
import * as lik from '../ts/index.js';
|
import * as lik from '../ts/index.js';
|
||||||
|
|
||||||
let testInterestmap: lik.InterestMap<number, number>;
|
let testInterestmap: lik.InterestMap<number, number>;
|
||||||
@ -22,4 +22,4 @@ tap.test('should be able to inform about a lost interest', async () => {
|
|||||||
testInterestmap.informLostInterest(3);
|
testInterestmap.informLostInterest(3);
|
||||||
});
|
});
|
||||||
|
|
||||||
await tap.start();
|
export default tap.start();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { tap, expect } from '@pushrocks/tapbundle';
|
import { tap, expect } from '@push.rocks/tapbundle';
|
||||||
|
|
||||||
import { LimitedArray } from '../ts/index.js';
|
import { LimitedArray } from '../ts/index.js';
|
||||||
|
|
||||||
@ -14,4 +14,4 @@ tap.test('should never be longer than the set length', async () => {
|
|||||||
expect(testLimitedArray.array.length < 7).toBeTrue();
|
expect(testLimitedArray.array.length < 7).toBeTrue();
|
||||||
});
|
});
|
||||||
|
|
||||||
await tap.start();
|
export default tap.start();
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// import test framework
|
// import test framework
|
||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@push.rocks/tapbundle';
|
||||||
|
|
||||||
// import the module
|
// import the module
|
||||||
import * as lik from '../ts/index.js';
|
import * as lik from '../ts/index.js';
|
||||||
@ -21,4 +21,4 @@ tap.test('should add objects once and return true', async () => {
|
|||||||
expect(myLoopTracker.checkAndTrack(object2)).toBeFalse();
|
expect(myLoopTracker.checkAndTrack(object2)).toBeFalse();
|
||||||
});
|
});
|
||||||
|
|
||||||
await tap.start();
|
export default tap.start();
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// import test framework
|
// import test framework
|
||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@push.rocks/tapbundle';
|
||||||
|
|
||||||
// import the module
|
// import the module
|
||||||
import * as lik from '../ts/index.js';
|
import * as lik from '../ts/index.js';
|
||||||
@ -73,4 +73,4 @@ tap.test('should get one object and then remove it', async () => {
|
|||||||
expect(testObjectmap.getArray()).not.toContain(oneObject);
|
expect(testObjectmap.getArray()).not.toContain(oneObject);
|
||||||
});
|
});
|
||||||
|
|
||||||
await tap.start();
|
export default tap.start();
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// import test framework
|
// import test framework
|
||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@push.rocks/tapbundle';
|
||||||
|
|
||||||
// import the module
|
// import the module
|
||||||
import * as lik from '../ts/index.js';
|
import * as lik from '../ts/index.js';
|
||||||
@ -83,4 +83,4 @@ tap.test('lik.Stringmap.empty() -> should remove wipe and then notify', async ()
|
|||||||
testStringmap.wipe();
|
testStringmap.wipe();
|
||||||
});
|
});
|
||||||
|
|
||||||
await tap.start();
|
export default tap.start();
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// import test framework
|
// import test framework
|
||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@push.rocks/tapbundle';
|
||||||
|
|
||||||
// import the module
|
// import the module
|
||||||
import * as lik from '../ts/index.js';
|
import * as lik from '../ts/index.js';
|
||||||
@ -20,4 +20,4 @@ tap.test('should create a timed aggregaotor', async (tools) => {
|
|||||||
await tools.delayFor(2000);
|
await tools.delayFor(2000);
|
||||||
});
|
});
|
||||||
|
|
||||||
await tap.start();
|
export default tap.start();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { tap, expect } from '@pushrocks/tapbundle';
|
import { tap, expect } from '@push.rocks/tapbundle';
|
||||||
import * as lik from '../ts/index.js';
|
import * as lik from '../ts/index.js';
|
||||||
|
|
||||||
class TestClass {
|
class TestClass {
|
||||||
@ -37,4 +37,4 @@ tap.test("should create a JSON object that reflects a tree's hierachy", async ()
|
|||||||
const jsonTreet = testTree.toJsonWithHierachy(testInstance);
|
const jsonTreet = testTree.toJsonWithHierachy(testInstance);
|
||||||
});
|
});
|
||||||
|
|
||||||
await tap.start();
|
export default tap.start();
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* autocreated commitinfo by @pushrocks/commitinfo
|
* autocreated commitinfo by @push.rocks/commitinfo
|
||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/lik',
|
name: '@push.rocks/lik',
|
||||||
version: '6.0.7',
|
version: '6.1.0',
|
||||||
description: 'light little helpers for node'
|
description: 'Provides a collection of lightweight helpers and utilities for Node.js projects.'
|
||||||
}
|
}
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
import * as plugins from './lik.plugins.js';
|
|
||||||
|
|
||||||
export class BackpressuredArray<T> {
|
|
||||||
private data: T[];
|
|
||||||
private highWaterMark: number;
|
|
||||||
public hasSpace: plugins.smartrx.rxjs.Subject<void>;
|
|
||||||
|
|
||||||
constructor(highWaterMark: number = 16) {
|
|
||||||
this.data = [];
|
|
||||||
this.highWaterMark = highWaterMark;
|
|
||||||
this.hasSpace = new plugins.smartrx.rxjs.Subject<void>();
|
|
||||||
}
|
|
||||||
|
|
||||||
push(item: T): boolean {
|
|
||||||
this.data.push(item);
|
|
||||||
const spaceAvailable = this.checkSpaceAvailable();
|
|
||||||
if (spaceAvailable) {
|
|
||||||
this.hasSpace.next();
|
|
||||||
}
|
|
||||||
return spaceAvailable
|
|
||||||
}
|
|
||||||
|
|
||||||
shift(): T | undefined {
|
|
||||||
const item = this.data.shift();
|
|
||||||
if (this.checkSpaceAvailable()) {
|
|
||||||
this.hasSpace.next();
|
|
||||||
}
|
|
||||||
return item;
|
|
||||||
}
|
|
||||||
|
|
||||||
checkSpaceAvailable(): boolean {
|
|
||||||
return this.data.length < this.highWaterMark;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,4 +1,4 @@
|
|||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './classes.plugins.js';
|
||||||
|
|
||||||
interface IExecutionSlot<T> {
|
interface IExecutionSlot<T> {
|
||||||
executionDeferred: plugins.smartpromise.Deferred<T>;
|
executionDeferred: plugins.smartpromise.Deferred<T>;
|
66
ts/classes.backpressuredarray.ts
Normal file
66
ts/classes.backpressuredarray.ts
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
import * as plugins from './classes.plugins.js';
|
||||||
|
|
||||||
|
export class BackpressuredArray<T> {
|
||||||
|
public data: T[];
|
||||||
|
private highWaterMark: number;
|
||||||
|
public hasSpace = new plugins.smartrx.rxjs.Subject<'hasSpace'>();
|
||||||
|
private itemsAvailable = new plugins.smartrx.rxjs.Subject<'itemsAvailable'>();
|
||||||
|
|
||||||
|
constructor(highWaterMark: number = 16) {
|
||||||
|
this.data = [];
|
||||||
|
this.highWaterMark = highWaterMark;
|
||||||
|
}
|
||||||
|
|
||||||
|
push(item: T): boolean {
|
||||||
|
this.data.push(item);
|
||||||
|
this.itemsAvailable.next('itemsAvailable');
|
||||||
|
|
||||||
|
const spaceAvailable = this.checkSpaceAvailable();
|
||||||
|
if (spaceAvailable) {
|
||||||
|
this.hasSpace.next('hasSpace');
|
||||||
|
}
|
||||||
|
return spaceAvailable;
|
||||||
|
}
|
||||||
|
|
||||||
|
shift(): T | undefined {
|
||||||
|
const item = this.data.shift();
|
||||||
|
if (this.checkSpaceAvailable()) {
|
||||||
|
this.hasSpace.next('hasSpace');
|
||||||
|
}
|
||||||
|
return item;
|
||||||
|
}
|
||||||
|
|
||||||
|
checkSpaceAvailable(): boolean {
|
||||||
|
return this.data.length < this.highWaterMark;
|
||||||
|
}
|
||||||
|
|
||||||
|
public checkHasItems(): boolean {
|
||||||
|
return this.data.length > 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
waitForSpace(): Promise<void> {
|
||||||
|
return new Promise<void>((resolve) => {
|
||||||
|
if (this.checkSpaceAvailable()) {
|
||||||
|
resolve();
|
||||||
|
} else {
|
||||||
|
const subscription = this.hasSpace.subscribe(() => {
|
||||||
|
subscription.unsubscribe();
|
||||||
|
resolve();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
waitForItems(): Promise<void> {
|
||||||
|
return new Promise<void>((resolve) => {
|
||||||
|
if (this.data.length > 0) {
|
||||||
|
resolve();
|
||||||
|
} else {
|
||||||
|
const subscription = this.itemsAvailable.subscribe(() => {
|
||||||
|
subscription.unsubscribe();
|
||||||
|
resolve();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
@ -3,7 +3,7 @@ The FastMap has the goal of creating the fastes to use map possible in JS
|
|||||||
|
|
||||||
============ */
|
============ */
|
||||||
|
|
||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './classes.plugins.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* fast map allows for very quick lookups of objects with a unique key
|
* fast map allows for very quick lookups of objects with a unique key
|
@ -1,6 +1,6 @@
|
|||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './classes.plugins.js';
|
||||||
|
|
||||||
import { InterestMap, type IInterestComparisonFunc } from './lik.interestmap.js';
|
import { InterestMap, type IInterestComparisonFunc } from './classes.interestmap.js';
|
||||||
|
|
||||||
export interface IInterestOptions<DTInterestFullfillment> {
|
export interface IInterestOptions<DTInterestFullfillment> {
|
||||||
markLostAfterDefault: number;
|
markLostAfterDefault: number;
|
@ -8,9 +8,9 @@ Subssequent interests will be mapped to the same interest
|
|||||||
which is then is only fullfilled once.
|
which is then is only fullfilled once.
|
||||||
=========== */
|
=========== */
|
||||||
|
|
||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './classes.plugins.js';
|
||||||
import { ObjectMap } from './lik.objectmap.js';
|
import { ObjectMap } from './classes.objectmap.js';
|
||||||
import { Interest } from './lik.interestmap.interest.js';
|
import { Interest } from './classes.interestmap.interest.js';
|
||||||
|
|
||||||
export type IInterestComparisonFunc<T> = (objectArg: T) => string;
|
export type IInterestComparisonFunc<T> = (objectArg: T) => string;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './classes.plugins.js';
|
||||||
|
|
||||||
export class LimitedArray<T> {
|
export class LimitedArray<T> {
|
||||||
array: T[] = [];
|
array: T[] = [];
|
@ -1,6 +1,6 @@
|
|||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './classes.plugins.js';
|
||||||
|
|
||||||
import { ObjectMap } from './lik.objectmap.js';
|
import { ObjectMap } from './classes.objectmap.js';
|
||||||
|
|
||||||
export class LoopTracker<T> {
|
export class LoopTracker<T> {
|
||||||
referenceObjectMap = new ObjectMap<any>();
|
referenceObjectMap = new ObjectMap<any>();
|
@ -1,5 +1,5 @@
|
|||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './classes.plugins.js';
|
||||||
import { FastMap } from './lik.fastmap.js';
|
import { FastMap } from './classes.fastmap.js';
|
||||||
|
|
||||||
export const uni = (prefix: string = 'uni') => {
|
export const uni = (prefix: string = 'uni') => {
|
||||||
return `${prefix}xxxxxxxxxxx`.replace(/[xy]/g, (c) => {
|
return `${prefix}xxxxxxxxxxx`.replace(/[xy]/g, (c) => {
|
@ -1,4 +1,4 @@
|
|||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './classes.plugins.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* allows you to easily keep track of a bunch of strings
|
* allows you to easily keep track of a bunch of strings
|
@ -1,4 +1,4 @@
|
|||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './classes.plugins.js';
|
||||||
|
|
||||||
export interface ITimedAggregatorOptions<T> {
|
export interface ITimedAggregatorOptions<T> {
|
||||||
aggregationIntervalInMillis: number;
|
aggregationIntervalInMillis: number;
|
@ -1,4 +1,4 @@
|
|||||||
import * as plugins from './lik.plugins.js';
|
import * as plugins from './classes.plugins.js';
|
||||||
|
|
||||||
export class Tree<T> {
|
export class Tree<T> {
|
||||||
symbolTree: any;
|
symbolTree: any;
|
22
ts/index.ts
22
ts/index.ts
@ -1,11 +1,11 @@
|
|||||||
export * from './lik.asyncexecutionstack.js';
|
export * from './classes.asyncexecutionstack.js';
|
||||||
export * from './backpressuredarray.js';
|
export * from './classes.backpressuredarray.js';
|
||||||
export * from './lik.fastmap.js';
|
export * from './classes.fastmap.js';
|
||||||
export * from './lik.interestmap.js';
|
export * from './classes.interestmap.js';
|
||||||
export * from './lik.interestmap.interest.js';
|
export * from './classes.interestmap.interest.js';
|
||||||
export * from './lik.limitedarray.js';
|
export * from './classes.limitedarray.js';
|
||||||
export * from './lik.looptracker.js';
|
export * from './classes.looptracker.js';
|
||||||
export * from './lik.objectmap.js';
|
export * from './classes.objectmap.js';
|
||||||
export * from './lik.stringmap.js';
|
export * from './classes.stringmap.js';
|
||||||
export * from './lik.timedaggregator.js';
|
export * from './classes.timedaggregator.js';
|
||||||
export * from './lik.tree.js';
|
export * from './classes.tree.js';
|
||||||
|
@ -3,8 +3,12 @@
|
|||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"useDefineForClassFields": false,
|
"useDefineForClassFields": false,
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"module": "ES2022",
|
"module": "NodeNext",
|
||||||
"moduleResolution": "nodenext",
|
"moduleResolution": "NodeNext",
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true,
|
||||||
}
|
"verbatimModuleSyntax": true
|
||||||
|
},
|
||||||
|
"exclude": [
|
||||||
|
"dist_*/**/*.d.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user