Re: Project Highlight: Funkwerk

2017-07-29 Thread linkrope via Digitalmars-d-announce
On Friday, 28 July 2017 at 21:54:27 UTC, Arun Chandrasekaran 
wrote:

What are they using for HTTP now?


Currently, we're using our own utilities, based on 
https://github.com/dlang/undeaD/blob/master/src/undead/socketstream.d (with the mentioned garbage-collection issue).


Calling D from Ruby for GPU computing

2017-07-29 Thread Prasun Anand via Digitalmars-d-announce

Hi,

I wrote a Linear Mixed Model tool for Genome Wide Association 
Studies(GWAS) called
[faster_lmm_d](https://github.com/prasunanand/faster_lmm_d). It 
is built on LDC
and is faster than its Python alternative. Also, its the only 
GWAS tool with a GPU

backend.

I am interested in porting ` faster_lmm_d` to Ruby. Though, it is 
still a work in progress, I have written a blog about my findings.


Blog: 
http://www.prasunanand.com/gpu-computing/2017/07/25/gsoc17-calling-d-from-ruby-for-gpu-computing.html


I would love to hear your feedback.

Regards,
Prasun

[Previously posted on LDC thread: 
http://forum.dlang.org/thread/rzrawenyssbiidsgt...@forum.dlang.org]