blobs-io/rating-system

C rewrite

Closed this issue · 2 comments

y21 commented

It might be a good idea to rewrite the rating system in C because we are not really using anything special except for the regexp library (option parsing) but we could definitely do that with raw string operations.
C is faster than C++ which might matter with a high amount of requests.

Edit: Another option would be archiving this repository and creating a new one containing the rewrite.

y21 commented

No.

Why not?