Evan Martin (evan) wrote in evan_tech,
Evan Martin
evan
evan_tech

python desktop

There's an interesting thread on Gnome's desktop-devel-list regarding the inclusion of a Python app into the stock install. On one side, it's great that they're branching out into different languages -- anything but C! -- and the app is supposed be cool, but on the other side it's one of those little panel applets and (for whatever reason) it takes 22 megabytes of memory while running, 10 of which are writable/unshared.

Some people say: "Who cares? That's not that much memory." But consider I'm currently running 40 user-space processes, which would be nearly half a gig of RAM at 10mb each. And many of them are much larger than a panel applet and many others aren't Python, meaning that they don't share the interpreter libraries overhead...

The arguing starts here and goes on for a while.
Tags: c/c++, free software, programming languages, python
Subscribe

  • your vcs sucks

    I've been hacking on some Haskell stuff lately that's all managed in darcs and it's reminded me of an observation I made over two years ago now (see…

  • ghc llvm

    I read this thesis on an LLVM backend for GHC, primarily because I was curious to learn more about GHC internals. The thesis serves well as an…

  • found my bug!

    Not too interesting, but this has been bugging me for a week. Been working on a toy program that proxies a TCP connection. It was working fine for…

  • Post a new comment

    Error

    default userpic
    When you submit the form an invisible reCAPTCHA check will be performed.
    You must follow the Privacy Policy and Google Terms of use.
  • 1 comment