<<  >> (p.224)
    Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 324601 times)
    citb0in
    Hero Member
    *****
    Offline Offline

    Activity: 1036
    Merit: 783


    Bitcoin g33k


    View Profile
    February 08, 2024, 04:40:04 PM
     #4461

    if you like the maximum possible speed than you need to go for C. This is primarily because C is a compiled language, while Python is an interpreted language. That means C code is compiled directly into machine code, which can be executed directly by the computer's hardware. On the other hand, Python code is interpreted, meaning that it's translated into bytecode by the Python interpreter and executed line by line at runtime. Additionally Python utilizes automatic memory management via garbage collection which can introduce overhead.

    Frankly speaking, go for C if you like to achieve the best performnce. While C tends to be faster than Python in terms of raw performance, Python offers advantages such as ease of use. And as already mentioned, Rust is also interesting because it combines the performance of languages like C with the safety and concurrency features of modern languages.

    Some signs are invisible, some paths are hidden - but those who see, know what to do. Follow the trail - Follow your intuition - [bc1qqnrjshpjpypepxvuagatsqqemnyetsmvzqnafh]
Page 223
Viewing Page: 224