Tag Archives: fsharp

Profiling F Sharp Code for Speed

I wrote earlier about profiling F# code for memory usage. I’ve been looking at products for profiling speed, and have settled on JetBrains dotTrace for the forthcoming .NET release of our PDF tools. Here are a couple of screenshots profiling … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Compiling Code Under OCaml and F# (Part Two)

[Part One] Twenty thousand lines of CamlPDF and cpdf later, here are some numbers: Occasions on which conditional compilation is required: 22 Compilation warnings with fsc –no-warn 62: 15 Time taken: 22 hours The current executable appears to be about … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment