From: "v. straka" Newsgroups: comp.os.msdos.djgpp Subject: memset() -- performance Date: 13 Feb 1999 18:26:30 GMT Organization: Nextel Lines: 7 Message-ID: <01be5780$3c16a520$7b7b7b7b@celeron> NNTP-Posting-Host: as5-25.praha.iol.cz X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, is any faster solution how fill memory with pattern than memset? i do graphics programing and need any fast routines. is the fastest moving than moving Double words eg. 32 bit ? is Memset 32 bit fill routine ? Thanks!