Showing posts with label Algorytms. Show all posts
Showing posts with label Algorytms. Show all posts

Thursday, January 30, 2014

Thursday, March 22, 2012

Compression

Thursday, April 7, 2011

Performance of comparing arrays

For the test I have used 2.3 mb file, being read to a byte array before all tests, and each test is run 100 times.

Release, ms


Debug, ms


MemCmp and UnsafeBytesCompare8Step are the fastest
UnsafeBytesCompareMs is used in .NET to compare Strings.

Performance of MemCmpFromPtr is as much as the MemCmp performance if initializing of IntPtr
is implemented outside the function.

MemCmp uses memcmp



Source code:

Wednesday, March 30, 2011

AlgLib

Thursday, February 17, 2011

Memory

http://dictionary.sensagent.com/Buddy_memory_allocation/en-en/
http://dictionary.sensagent.com/heap-based+memory+allocation/en-en/
http://www.cs.northwestern.edu/~pdinda/icsclass/doc/dsa.pdf
http://www.flounder.com/inside_storage_allocation.htm
https://users.cs.jmu.edu/bernstdh/web/common/lectures/slides_cpp_dynamic-memory.php
http://rtportal.upv.es/rtmalloc/
http://code.google.com/p/arena-memory-allocation/
http://www.svtechie.com/blogsarticles/articles/21-cc-code-snippets/131-dynamic-memory-allocation-performance
http://en.wikipedia.org/wiki/Buddy_memory_allocation
http://en.wikipedia.org/wiki/Dynamic_memory_allocation

Powered by Blogger.