Faster processing by Erlang - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Feature Requests (https://hashcat.net/forum/forum-7.html) +--- Thread: Faster processing by Erlang (/thread-969.html) |
Faster processing by Erlang - 7eicher@gmx.de - 03-05-2012 Hey folks, first i would like to thank you for this great piece of tool! Well done! I just wonder if the processing speed on GPU/CPU could be improved by using Erlang as programming language. It is a language with focus on optimized code execution on multi-processor machines. The concept behind Erlang is to use internal managed sub-processes which can run much faster than threads, because they are managed in lets say the Erlang VM. Actually i wonder if Erlang is even able to be used for GPU. Was just an idea, maybe you can give it a shot. Anyway, thanks again and have a nice day, Markus RE: Faster processing by Erlang - atom - 03-06-2012 I dont think it can help since the thread-management itself is not a problem in any of the hashcat derivates. There is no complicated logic behind the parallelization since the tasks to be done can be easily parallelized. However, thanks for the suggestion! |