|
|
|
|
|
by benwills
1144 days ago
|
|
If the author sees this, there's a comment on your HTTP Verb parsing post that says: "The major drawback of gperf is that it generates function "exists", while we need a "lookup"." gperf allows for returning actual values. I use it in a whole lot of ways (enough that I've written code that imports data to then generate enums, execute gperf and import generated code, etc), including for generating lookups for HTTP Verbs. Let me know if you want to know how that's done and I can give more details. |
|