Why select count(*) is faster than select count(1)?

I thought count(*) will take longer as oracle need to find out all the column names from dictionary ...