Porting a Golang and Rust CLI tool to D

Azi Hassan azi.hassan at live.fr
Thu Aug 27 22:25:13 UTC 2020


On Thursday, 27 August 2020 at 17:51:54 UTC, Adam D. Ruppe wrote:
> On Thursday, 27 August 2020 at 17:49:43 UTC, Antonio wrote:
>> Just saw this article from "Ping from Morocco", I think it's 
>> worth a read:
>
> The thing I find most surprising there is:
>
> "The debug build took around 30 seconds, and the release build 
> took around 40 seconds."
>
> That's like 10x longer than it should be!

My bad, I just realized that that's not correct at all. The 
"build" step I mentioned actually includes downloading 
dependencies, as you can see here: 
https://github.com/azihassan/hashtrack-client/runs/1009163949?check_suite_focus=true. I didn't realize that when I typed that comment.


More information about the Digitalmars-d mailing list