A.M. Rowsell
ec2a96b0ad
Considering ways to take the algorithm and turn it into OpenCL/Boost::Compute functions/code which would offer a large speed increase. Also, if I can figure out how to start from any arbitrary digit (which is supposed to be possible) then multi-threading would also give great speedups.
67 lines
1.1 KiB
Text
67 lines
1.1 KiB
Text
cfg/
|
|
*.txt
|
|
main
|
|
.gdb_history
|
|
# Created by https://www.toptal.com/developers/gitignore/api/c++
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=c++
|
|
|
|
### C++ ###
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/c++
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/codeblocks
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=codeblocks
|
|
|
|
### CodeBlocks ###
|
|
# specific to CodeBlocks IDE
|
|
*.layout
|
|
*.depend
|
|
*.cbp
|
|
# generated directories
|
|
bin/
|
|
obj/
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/codeblocks
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/kdevelop4
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=kdevelop4
|
|
|
|
### KDevelop4 ###
|
|
*.kdev4
|
|
.kdev4/
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/kdevelop4
|
|
|