Gentlemen,

I would like to present you a memory manager of constant complexity I
wrote in C++.  It can easily be integrated in the core V8 engine to
replace the garbage collector it is currently using.  Its
documentation and a presentation can be found here:
https://svn.boost.org/svn/boost/sandbox/block_ptr/libs/smart_ptr/doc/index.html

The memory manager solves:

    - deterministic destructors (no need for finalizers)
    - constant complexity (thus fast)

Those are dramatic improvements that will help Google developers
tremendously because garbage collectors do not have a good overall
performance and object destructions are not deterministic.

What I propose is a relicensing of the library for the commercial
usages of Google.



Sincerely yours,

Phil Bouchard
Software Engineer


Author of:
- A scientific calculator featuring accelerated 3D graphics and non-
linear regressions:
http://www.fornux.com/
- Finite Theory of the Universe, Dark Matter Disproof and Faster-Than-
Light Speed:
http://amzn.com/B005NLU7OU

-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to