Rack Next is going to rely heavily on parsers. A decision needs to be made on what parsing library to use. Performance is most critical, but I'm willing to prioritise the readability and maintainability of one library, over marginal performance gains of another.
Also to consider, the parsing library should support compilation to plain Ruby to avoid it being a runtime dependancy.
Rack Next is going to rely heavily on parsers. A decision needs to be made on what parsing library to use. Performance is most critical, but I'm willing to prioritise the readability and maintainability of one library, over marginal performance gains of another.
Also to consider, the parsing library should support compilation to plain Ruby to avoid it being a runtime dependancy.