P
Peter Judge
Guest
Frank, Does the total time include converting the file on disk into a "useful" object? Or do you just use it as a longchar or memptr? One of the areas where ABL is slower than (say) C is in processing of byte-based data. The Http Client converts the responses which are byte-based into more strongly-typed objects. This takes some time. We're working on identifying places where we can move that code into the Core/language.
Continue reading...
Continue reading...