Eiffel Web Framework


STRING_32, UTF-8, ... ?

Berend raised the point that using STRING_32 is consuming 4 times the space used for STRING_8. And CPU is cheaper than memory, so we should try to use as less memory as possible. And then for Berend, STRING_32 is not the solution.

Most of the data are just STRING_8 in CGI so let's list the various request data

... to be continued ...