|
|
Browse by Tags
All Tags » Performance » Marshalling (RSS)
-
Hi,
the status quo of yap file marshalling is (oversimplified) that the Yap* classes provide a write() method, the corresponding read() method lives either as a static method in the same class or in some other Yap* class that would logically contain the entity to be read. As an example, in YapClass you'll find implementations for ...
-
Hi,
it's nice to see the C/S discussion getting going! Here is a completely different angle for tuning performance:
What if we would store the byte slots of all YapObjects (References) that we hold in memory? That way we could do a compare on updating and store only the ones that changed.
The mechanism could be optimized on a more fine-grained ...
|
|
|