Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
94 stars 25 forks source link

Optimizations #79

Closed scuml closed 3 years ago

scuml commented 3 years ago

Significantly speeds up parsing of responses from Redis. Almost 10X performance gain when fetching bulk arrays or running SCAN.

This project seems to be abandoned since IBM has halted development on server-side swift. Anyone interested in using this enhancement immediately can include https://github.com/scuml/Kitura-redis (tag 2.1.3) in package manager.

Also, check out https://echodot.com/red/

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

scuml commented 3 years ago

I've reworked this branch - will resubmit.