Stefano Mazzocchi wrote:
- Give stores the possibility to implement macro methods in a native way


can't you write JNI in your classes and go with that? what does slide has to do with it?

This proposal wasn't for JNI access in the stores, but for letting the stores get lower-level access to some actions (those things implemented in the Macro class(es). For example: currently, a move is implemented as a copy, then a delete - this is obviously the most general way to implement it. However, many potential stores are able to implement move as a single (quick/cheap) action. This is a pretty major part of improving Slide's speed at some things.


Mike


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to