You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using a web API in which the developers decided to add one randomly named header to every response.
Since the headers are interned in the keyword package, after a few hundreds thousand of calls both SBCL and CCL run out of (immobile) space where the symbols are stored.
Would you be willing to change the code to support strings instead of, or in parallel with symbols as header keys implementation?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using a web API in which the developers decided to add one randomly named header to every response.
Since the headers are interned in the keyword package, after a few hundreds thousand of calls both SBCL and CCL run out of (immobile) space where the symbols are stored.
Would you be willing to change the code to support strings instead of, or in parallel with symbols as header keys implementation?
The text was updated successfully, but these errors were encountered: