Re: [go-nuts] Dlopen without Cgo on Darwin (#18296)

2019-12-13 Thread Jimmy Tang
A readme to make it discoverable would be nice as well. On Saturday, 14 December 2019 04:17:24 UTC+11, Ivan Trubach wrote: > > Sure, I will. The dyld package should work for dlsym C calls, however I > don’t think it’s possible to do callbacks with the functionality runtime > exposes (i.e. I am

[go-nuts] Re: ANN: Zstandard Go compression package

2019-06-03 Thread Jimmy Tang
great stuff, not having to lug around the cgo based library that's already there will make deployments easier. On Sunday, 2 June 2019 17:36:46 UTC+1, Klaus Post wrote: > > I am happy to announce the availability of the first Zstandard compressor > written in Go. This package will allow you to

[go-nuts] Re: [ANNOUNCE] for gopher audiophiles.

2018-08-08 Thread Jimmy Tang
this looks interesting, I've been using various go sox bindings for doing various sound processing (for machine learning) will your toolkit aim to provide similar functionality but in native go? On Wednesday, 8 August 2018 04:33:48 UTC+1, Scott Cotton wrote: > > Hello all, > > I am pleased to

[go-nuts] Re: Task scheduler as a library?

2017-10-17 Thread Jimmy Tang
do, this looks interesting and may address some of my needs for wanting an web API on top of Slurm. > > Anywho, I'll stop ranting now. Thanks for the feedback! > > -Alex > > [1] https://github.com/ga4gh/task-execution-schemas > > > On Sunday, October 15, 2017 at 12:0

[go-nuts] Re: Task scheduler as a library?

2017-10-15 Thread Jimmy Tang
Not to throw a spanner into the works, but we have a similar problem in my work environment of needing a scheduler to schedule distributed jobs, one problem of writing a *nice* one for a given language is that you end up being pigeon holed into one solution. We've been looking at using drmaa as