I’m very fortunate to be trusted to work/research in anything I think could benefit the organization in the long term. One of the coolest thing I have done was to figure out a way to vectorize part of our CPU bound algorithm. I was able to speed up at least 500x using AVX intrinsics. All that was done in C to be used in java via JNI. It blew my mind away.