New Business Card
Click on the picture for a larger version (and to reveal my e-mail address).
If you want to contact me, send me an email. The address is on the business card
This entry was posted
on Saturday, May 12th, 2007 at 10:22 pm and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.
May 18th, 2007 at 1:02 pm
…and welcome to your new life!
I think your new card is a bit crowded. Maybe leave out the name? B^>
Rgds
Damon
June 28th, 2007 at 8:08 am
Hi Peter!
I really wanted to say “welcome to your new life” too! I’ve just found that you left Sun and was a kind of shock
I’ve met you only at FOSDEM, but enough to know that you are a very nice and smart hacker (like the rest of the very friendly Sun group at FOSDEM):
http://www.flickr.com/photos/neugens/405634175/in/set-72157594561747853/
Bye!
Mario
November 8th, 2007 at 9:47 pm
Hi Peter,
I have developed a new self-maintaining heap in C++ that may be suitable for Javac. The idea is that the garbage collection is so fast that it is done each time a delete (reference decrement in Java) occurs. The separate garbage collection thread can then be eliminated, with attendant performance boost. The order of the garbage collection is O(log(N)) where N is the number of entries in the heap. The heap automatically shrinks and it is really, really fast.
I need to contact Sun Microsystems to see if they are interested in this technology. Could you give me a contact (EMail) where I can submit the runtime version of the product. You are a legend over there so I am sure that you can direct me appropriately.
November 8th, 2007 at 10:21 pm
Ben,
This sounds more like something for the HotSpot garbage collection team:
http://openjdk.java.net/groups/hotspot/
You can reach them on this mailing list:
http://mail.openjdk.java.net/mailman/listinfo/hotspot-gc-dev