HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Corendos

no profile record

comments

Corendos
·vor 4 Jahren·discuss
That actually makes a lot of sense to improve performance on specific parts. Think about generating lookup tables at compile time for example. Instead of having a separate script generating them, you can keep the generation close to the place you use it, written in the same language and always up to date.
Corendos
·vor 4 Jahren·discuss
Not really but quoting the Readme:

"RustyHermit is a rewrite of HermitCore in Rust developed at RWTH-Aachen."

They wanted to keep the Hermit most probably
Corendos
·vor 4 Jahren·discuss
I mean, if you have one task to do only, multi-tasking is kind of pointless yes
Corendos
·vor 4 Jahren·discuss
This was my internship subject (in another company) just before I graduated, I wonder what they used for the Perceptual Hash, ours was SIFT features. Happy to see that what I implemented would have been able to scale that much !