Live data from Hacker News

Viewing profile — mfp

mfp

HN member
Joined
Sat, Feb 09, 2008, 1:01 AM UTC
HN karma
42
Public activity
12 items

About mfp

No profile information was provided.

Recent public activity

  1. comment
    Comment #1071969

    The new module organization avoids collisions with existing libraries like Extlib while allowing you to link Batteries' modules selectively, thus decreasing the size of the generat…

  2. comment
    Comment #427492

    What is needed to make something a "real" web framework? Ocsigen/Eliom does handle sessions, routing, page parameters, forms, continuation-based sites, templating and other things …

  3. comment
    Comment #346963

    It's just that the hardware threads are slow, I think --- compiling stuff on the T2K also took forever. It also seems to me that there's seemingly little value in having 4 threads …

  4. comment
    Comment #345949

    IO was only (barely) disk-bound when you gave a full core to the reader (i.e., you have to be careful not to use HW threads on the same core). This is not a problem specific to OCa…

  5. comment
    Comment #345867

    "The ruby version is single threaded and the test is on a 32 core workstation (counting CPU time Python is only 4x faster and OCaml is only 17x faster)" I mentioned that on my blog…

  6. comment
    Comment #153849

    OT: According to wikipedia, the PAVE PAWS phased array operates in the 420-450 MHz UHF range, with a corresponding wavelength of 66cm; if the error margin is really 0.1*lambda, the…

  7. comment
    Comment #130204

    The code has grown and become more complex in the last versions because I optimized it until directory traversal + glob matching got sensibly faster than Git's own (git-ls-files --…

  8. comment
    Comment #112840

    Good find. I don't see how this keeps OCaml "from being a first choice for server-side development" while making it an acceptable language for client-side development, though. Ther…

  9. comment
    Comment #112713

    Maybe the lack of parallelism in OCaml's threads at the time he wrote that? There are now at least two solutions to obtain speedups on multi-core and multi-processor machines plus …

  10. comment
    Comment #112673

    " I also like the idea of an extensible grammar (and syntax too, right?)" Yes, that's what I meant (you change the grammar, resulting in new syntax). Some examples of what you can …

  11. comment
    Comment #112491

    I've written between 50 and 100KLoCs of OCaml code over the last year (before that, I did mostly C and Ruby, which I've been using since 2002; touched many other languages but neve…

  12. comment
    Comment #112454

    ... but they use OCaml to prove that there are no run-time errors (RTE) in their code :-) http://www.astree.ens.fr/ "In Nov. 2003, ASTRÉE was able to prove completely automatically…