laforge49 / JActor

Actors for Java
298 stars 72 forks source link

speedup #35

Closed laforge49 closed 12 years ago

laforge49 commented 12 years ago

Eliminate the request and response wrappers by moving the code into the base Request class and by creating a base Response class.

laforge49 commented 12 years ago

I am loath to do this, as it will do terrible things to the API. However, we can extend the request wrapper with RP, which would eliminate one object and give us a nice speed boost.

laforge49 commented 12 years ago

Done, and with about a 30% speedup for shared mailboxes, about 10% speedup for unshared (commandeered) mailboxes.