xray-162
xray-162 copied to clipboard
XRay engine 1.6.2 (S.T.A.L.K.E.R: Call of Pripyat) evolution
hjhgjjk
цккП
Replace standard allocator by the Intel TBB scalable allocator
See for details: https://github.com/Im-dex/xray-162/pull/58#issuecomment-356028061
Hi, I'm new to github, so if I post this in a non-useful way, then let me know and I will remove the post. There are a number of forks...
Stl allocator uses new operator, which is already overloaded and pointing to xr memory. Therefore, both xr and stl allocators using same memory resources.
* [ ] Rewrite parser using boost::spirit * [ ] Implement more useful interface instead of current one
- [ ] Replace custom allocator by the standard one - [ ] Replace internal_* containers by the standard ones (remove list usage if it possible) - [ ] Replace...