Skip to content

rescuerz/STL-allocator-memory-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

The project implemented an allocator using memory pool strategy to speed up the speed of memory allocation.

performance test:

  • Random creation
  • Random resize
  • Random element assignment
  • Pop everything
  • Random creation after erase

Test

  1. 在终端中输入 make,执行 makefile 文件,编译生成可执行文件 test.exe。

    make
  2. 在终端中输入./test.exe,运行测试程序。

    ./test.exe
    

image-20240627203537749

About

OOP project7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published