From: Jeff A. <ja...@fa...> - 2016-07-15 07:42:52
|
Stefan: I recently pushed more changes to my bitbucket fork, including addition of a getObj() to PyBuffer in response to your need to navigate to the exporting object. The existing PyBuffer interface provides copyTo/From byte arrays. With support for non-heap NIO storage it seems natural (and not too hard) to add copyTo/From ByteBuffer. At present these are in the NIO implementation, but not made interface items. Do you think this would be bloat, nice-to-have, or really useful for what you were hoping to do? Jeff Jeff Allen On 13/06/2016 01:04, Stefan Richthofer wrote: > Hey Jeff, > thanks a lot for this work. I will take a closer look as soon as I find time. > However, so far - quickly scrolling through some source-files - it looks pretty good. > > Best > > Stefan > > > >> Gesendet: Samstag, 11. Juni 2016 um 11:37 Uhr >> Von: "Jeff Allen" <ja...@fa...> >> An: "Stefan Richthofer" <Ste...@gm...> >> Cc: "Jython Developers" <jyt...@li...> >> Betreff: Re: [Jython-dev] Jython buffer protocol >> >> Stefan: >> >> A sane version of the nio buffer work now exists for your delight at: >> https://bitbucket.org/tournesol/jython-nio >> <snip> |