can we read pins simultaneously in arduino LIKE as AVR mcu

hi !!! i think if we can read some of pins at once time . the arduino board will run architecture faster .

See PINx (PINB, PINC...) and PORTx (PORTB, PORTC...) macros.
myPortB = PINB;

thanks , but which the library will i see ???

No library just code, see:-