Speed: Rewrite networking code to use System.IO.Pipelines
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem
API Security spends a large portion of it's time (>25%) parsing HTTP messages and performing IO operations. Any improvements in speed/performance in this critical area will lower scan times for all customers. Since the code was written, Microsoft has released a high performance IO framework that is used in it's own HTTP web server stack.
Proposal
Rewrite the HTTP parsing and IO code to use the high performance System.IO.Pipelines framework.
Edited by 🤖 GitLab Bot 🤖