Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Run1core
4.0
Command-line utility to run external applications with affinity mask=1. Is usefull for developers who needs to test software, running on one core of CPU.
MasterOfOrion
2019-05-19
0
1
fastermath
no vote
Library for fast mathematical functions: exp, log. In power 2 and 10, float and dowble. Can be compiled by GCC, MSVC and Intel compiler. Use SSE2, SSE4, AVX, AVX2 or FPU. Sample console application provide benchmarks vs. build-in functions and wrapper to them.
MasterOfOrion
2018-06-14
0
1
Fast discrete biorthogonal CDF 9/7 wavelet forward
no vote
Sample implementation (for educational purposes) of Discrete Wavelett Transform (DWT). Forward and Inverse. Algorithm also known as "9/7". It is reversible, means can be used for lossless compressing/decompressing video images. Used in Jpeg2000 codecs. Source was written on C. It works as command-line application. Use cubic signal (32 values) as input.
MasterOfOrion
2018-06-14
0
1
No more~