Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pattern-Copy v1.0.0
2024/01/24 zerico2005

Used to benchmark algorithms for filling a buffer of a repeating pattern of N bytes.

Example parameters:
x1333 y720 c3 p4000 t200 s123456

x: Resolution X
y: Resolution Y
c: Channels or size of pattern in bytes
t: Tests to preform on each algorithm
s: Seed

(Currently unavailable) p: Pitch, defaults to Resolution X * Channels

Write your own functions and add them to methods.cpp in method_test_list

About

Testing the speed and performance of different methods to fill a buffer with a repeating pattern of N bytes. I was surprised to find that filling a 3840x2160x3 buffer with a 24bit color took 17ms (Less than 60fps) in ABS-Fractal-Explorer, so I set out to find a faster algorithm.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages