From 7253b78be902475c4ae3e90b53d3cdd759f4aba4 Mon Sep 17 00:00:00 2001 From: Ryan Myrvold <2127198+RyanMyrvold@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:46:37 -0400 Subject: [PATCH] Added https://github.com/RyanMyrvold/Performance-Decorators A collection of TypeScript decorators for performance optimization, including execution time logging, memory usage monitoring, and more. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 48a35663..9fd7a620 100644 --- a/readme.md +++ b/readme.md @@ -286,6 +286,7 @@ - [swagger-stats](https://github.com/slanatech/swagger-stats) - Trace API calls and monitor API performance, health, and usage metrics. - [NiM](https://github.com/june07/nim) - Manages DevTools debugging workflow. - [dats](https://github.com/immobiliare/dats) - Minimalistic and zero-dependencies [StatsD](https://github.com/statsd/statsd) client. +- [Performance Decorators](https://github.com/RyanMyrvold/Performance-Decorators) - A collection of TypeScript decorators for performance optimization, including execution time logging, memory usage monitoring, and more. ### Logging