Version 0.5 of Lazy Evaluation for Python

Release Notes: The most notable new feature is a new kind of Promise subclass: ForkedFuture. This uses the multiprocessing module (hence the move to Python 2.6 as minimum) to implement a kind of future that forks a full process, and so allows making use of multi-core architectures easily while still keeping a very slim interface. Additionally, this project has moved to bitbucket and finally has a new stable repository with easy forking ability. The namespace has changed to 'lazypy', and the old namespace has been deprecated.

    Other releases

    •  07 Mar 2010 19:33

      Release Notes: The most notable new feature is a new kind of Promise subclass: ForkedFuture. This uses the multiprocessing module (hence the move to Python 2.6 as minimum) to implement a kind of future that forks a full process, and so allows making use of multi-core architectures easily while still keeping a very slim interface. Additionally, this project has moved to bitbucket and finally has a new stable repository with easy forking ability. The namespace has changed to 'lazypy', and the old namespace has been deprecated.

      Release Notes: This is the version of the project. Most functionality should work as expected.

      Screenshot

      Project Spotlight

      SVN Access Manager

      A subversion authorization and access management tool.

      Screenshot

      Project Spotlight

      Xapian and Omega

      A fast search engine library supporting probabilistic and boolean retrieval.