Skip to content

Releases: he-end/simproute

v1.1.0 simproute with radix ree

07 Mar 13:03

Choose a tag to compare

simproute now using Radix Tree method to manage Dynamic Route

Full Changelog: v1.0.6...v1.1.0

Fixing Typo 'GET' method in router

26 Jan 15:43

Choose a tag to compare

clearly version 1

23 Jan 02:15

Choose a tag to compare

v0.0.4 clear optinization and simple use

08 Jan 15:18

Choose a tag to compare

v0.0.3.1 fix bug autocorelation

08 Jan 15:03

Choose a tag to compare

v0.0.3 optimization and fix bug chan per handler

07 Jan 17:13

Choose a tag to compare

v0.0.2.1 add feature concurrency limiter

06 Jan 12:17

Choose a tag to compare

In general, we don't want to limit the performance of our applications, but in some cases, it may be necessary to limit incoming requests.
Usually, this is the case, for example, when a discount feature is added, there will be a spike in latency, which can drastically increase server load.
That's where Concurrency comes to the rescue.

Full Changelog: v0.0.2...v0.0.2.1