Thanks Mike, really appreciate you doing up a sample so quickly.

Sam, will keep you posted on how i progress (although progress will be
slow... only got a couple of hours a week to spend on it :)

I'm not worried about performance though... i'm not processing video, and
images are likely to be one to a few at a time (not hundreds)... having
said that, in gimp if we end up doing real-time painting based on resize,
etc, then performance could definitely be a factor.

cheers,

simran.

On Sat, Jul 2, 2016 at 11:54 AM, mikespook <mikesp...@gmail.com> wrote:

> Correct myself, we don't need c-shared. Gimp plug-in should be a
> standalone programme.
>
> Here's what I've done:
> https://gist.github.com/mikespook/06a514d6f0a9e02f501563e07e736434
>
>
> On 2 July 2016 at 08:08, Sam Whited <s...@samwhited.com> wrote:
>
>> On Fri, Jul 1, 2016 at 2:29 PM, Ian Lance Taylor <i...@golang.org> wrote:
>> > Current release of Go have a concurrent collector that does almost all
>> > of its work in parallel with your application.  If your application is
>> > allocating a lot of memory quickly, the collector works harder.  I
>> > don't know how well it would work for you, but I wouldn't worry about
>> > the 10ms GC time.  That is a goal; the GC generally does much better
>> > than that in reality.
>>
>> I'd actually completely forgotten about the concurrent collector; it's
>> been a while since I've looked at the GC code. Looking forward to
>> seeing how this manages large work loads even more now; no pressure
>> simran :)
>>
>> —Sam
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to golang-nuts+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Xing Xing (邢星)
> mikespook <mikesp...@gmail.com>
> http://mikespook.com
>
> <http://tr.grammarly.com/aff_c?offer_id=97&aff_id=7225&file_id=1242>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to