Hessian-vector products with a vector list

Is there an efficient way to compute the product of hessian and a vector list, say Hessian (v_1, v_2, …, v_n), where n can be large. It is slow to compute the product of H and v one by one.