Alternative tools to nmap exist. One common tool is masscan. Masscan is designed to be a fast network scanner. A key difference between masscan and nmap is that there must be either an individual, or list of ports explicitly chosen for a masscan scan.
The syntax to run masscan is:
Masscan -p # <IP address>
By default masscan will only scan TCP ports.