User lib performance

Blitz3D Forums/Blitz3D Programming/User lib performance

verfum(Posted 2004) [#1]
Does anyone know what the overhead is when calling a User lib function?

I wonder how the call-to-return time compares with, say, a straight Blitz call, or a C++ function call.

I was thinking about using a userlib for memory management.