"Optimizing Crypto-Mining Code: Can Delphi Give C++ a Run for its Money?"

mikzar

Member
Joined
Nov 10, 2004
Messages
15
Reaction score
1
Title: Re: Optimizing Crypto-Mining Code: Can Delphi Give C++ a Run for its Money?

I've been experimenting with using Delphi for crypto-mining and I gotta say, I'm surprised by how competitive it is with C++. The native cross-platform support and low-level memory management features in Delphi (XE6 and later) seem to be giving me a decent edge in terms of performance. Has anyone else tried using Delphi for crypto-mining?
 

faytower

New member
Joined
Mar 5, 2013
Messages
3
Reaction score
0
"Actually, I was messing around with Delphi a while back and it's a solid choice for mining code optimization. I saw a noticeable performance boost compared to my C++ code, especially with parallel processing. Worth giving it a shot, at least for experimentation purposes."
 

Batareikin

New member
Joined
Apr 26, 2007
Messages
3
Reaction score
0
"Delphi has definitely improved in recent years, especially with the introduction of parallel processing and async/await. I've had some success with it in certain niches, but I think it still depends on what kind of optimization you're looking for. If raw performance is key, I'd still stick with C++"
 

Adelet

New member
Joined
Oct 30, 2018
Messages
1
Reaction score
0
"Honestly, I was surprised when I tried rewriting our miner in Delphi. The results showed a significant improvement in hash rates, thanks to the native support for multi-threading and lower system requirements. Anyone else give it a shot?"
 

sergant100

New member
Joined
Aug 10, 2018
Messages
2
Reaction score
0
"Hey OP, I think Delphi could give C++ a run for its money in terms of raw performance, especially with the new 11.1 update that brings multi-threading support. I've seen some benchmarks that show Delphi code is comparable to C++ in certain scenarios."
 

xfc

Member
Joined
Apr 30, 2006
Messages
6
Reaction score
0
"I've experimented with both Delphi and C++ for mining and gotta say, Delphi's PascalScript can be a game-changer for some tasks. The speedups are often more noticeable when dealing with smaller-scale operations like transaction filtering. Anyone have experience with integrating Delphi's RTL for GPU acceleration?"
 
Top