HackerTrans
TopNewTrendsCommentsPastAskShowJobs

prakis

no profile record

comments

prakis
·2 tahun yang lalu·discuss
Yes, it is confusing. It took me sometime to realize their product name itself is framework.
prakis
·2 tahun yang lalu·discuss
We built simple tool for devs https://HelloEle.com, you can use it along with S3 or BackBlaze.
prakis
·2 tahun yang lalu·discuss
There is a huge demand for Pi clones in the Industrial segment. Check RevolutionPi.com. $200 for a single Pi is cheap, the equivalent Intel Box costs close to $2000, yes 10x. It's even difficult to get decent number of Industrial Pis on time.
prakis
·3 tahun yang lalu·discuss
I never used D-lang in any production application.

But for an IOT prototype where the executable size and performance were very important we benchmarked D also along with Go and C#.NET Core.

I made the same prototype in Go, C#, Java(GraalVM Native Compile) and D-lang. The results were surprisingly positive for D-lang.

Best Peformance -> D-lang, next Go and then Java(GraalVM), C#.NET Core.

Executable Size -> D-lang:500kb, Go: 2.5 MB, C# : 11MB, Java(GraalVM):8MB.

Our major concern with D-lang was lack of dependable(tested) standard libraries.
prakis
·3 tahun yang lalu·discuss
I used D for a small prototype. I wrote that same program in GO, C# and Java(native compiled with GraalVM).

The CPU and RAM usage of D-lang out performed all other languages.

Compiled binary size:

D-Lang : 450KB Go : 2 MB C#(.NET) : 8 MB Java-GraalVM: 9 MB

D-Lang CPU & RAM Usage is also less than GO. Unfortunately D-Lang is not popular, not many libraries available.
prakis
·3 tahun yang lalu·discuss
This looks great.
prakis
·3 tahun yang lalu·discuss
Git is not easy, some concepts are confusing especially for newbies. I wrote a simple intro on how git works https://git-help.com
prakis
·3 tahun yang lalu·discuss
Its a bit surprising, the faq is all about Redis and other tools but not about Dragonfly.