https://github.com/timursevimli/timeoutify-vs-signal
Compare timeoutify realisation and AbortSignal.timeout
https://github.com/timursevimli/timeoutify-vs-signal
Last synced: 19 days ago
JSON representation
Compare timeoutify realisation and AbortSignal.timeout
- Host: GitHub
- URL: https://github.com/timursevimli/timeoutify-vs-signal
- Owner: timursevimli
- License: mit
- Created: 2024-02-21T19:53:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T00:16:07.000Z (over 2 years ago)
- Last Synced: 2025-03-01T01:44:51.557Z (over 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Timeoutify vs Signal
This repository compares memory usage between timeoutify and signal
## Usage
```bash
npm start
```
## Compare Results
### AbortSignal

### Timeoutify

> [!NOTE]
> These results were obtained after 10,000 iterations (function calls).