Here is my solution to the Sod Shock Tube problem using a 1D Hydro-solver based on a Godunov method that I programmed using Julia for my Hydrodynamics class.

The space grid is a regular grid discretized into 5000 cells and the simulation took 7000 iterations of the time-step to complete, this took 45 seconds to run in my laptop.