c++ Programming Glossary: scalable
Write your own memory manager http://stackoverflow.com/questions/1194479/write-your-own-memory-manager It's a bit detailed but it's good reading on how to make a scalable and efficient dynamic memory checker. How to Shadow Every Byte..
C++ Build Systems - What to use? http://stackoverflow.com/questions/12017580/c-build-systems-what-to-use 1 for Many and they're awful. But the richest and most scalable is probably CMake which is a Makefile generator also generates..
Is there anything like Hadoop in C++? http://stackoverflow.com/questions/2168558/is-there-anything-like-hadoop-in-c display DOCS Home MongoDB from humongous is a scalable high performance open source schema free document oriented database...
File and Folder structure of a App/Project based in C http://stackoverflow.com/questions/2407668/file-and-folder-structure-of-a-app-project-based-in-c etc. What would be the class structure. in OOps need to be scalable and other features. Something like main.cpp main.h does any..
Scalable memory allocator experiences http://stackoverflow.com/questions/2514278/scalable-memory-allocator-experiences allocator experiences I am currently evaluating a few of scalable memory allocators namely nedmalloc and ptmalloc both built on.. of use performance Or perhaps you would recommend another scalable allocator free with a permissible license preferred c memory..
F# performance in scientific computing http://stackoverflow.com/questions/2752229/f-performance-in-scientific-computing I have read that F# is supposed to be more scalable and more performant but how is this real world performance compares..
STL Rope - when and where to use http://stackoverflow.com/questions/2826431/stl-rope-when-and-where-to-use data structure share improve this question Ropes are a scalable string implementation they are designed for efficient operation..
PHP Communication with C++ Application http://stackoverflow.com/questions/4021029/php-communication-with-c-application now an Apache project. Thrift is a software framework for scalable cross language services development. It combines a software..
C++ program dies with std::bad_alloc, BUT valgrind reports no memory leaks http://stackoverflow.com/questions/4386291/c-program-dies-with-stdbad-alloc-but-valgrind-reports-no-memory-leaks fails with 'std bad_alloc' error message. The program is scalable so I've tested on a smaller version with valgrind and there..
Creating a counter that stays synchronized across MPI processes http://stackoverflow.com/questions/4948788/creating-a-counter-that-stays-synchronized-across-mpi-processes the code is available online is a shared counter. The non scalable one should work well out to several dozens of processes the..
Could someone post a simple C or C++ TCP server and client example? http://stackoverflow.com/questions/662328/could-someone-post-a-simple-c-or-c-tcp-server-and-client-example of bytes from one computer to another doesn't need to be scalable over complicated. The simpler the better. Quick and dirty if..
Memcached on Windows (x64) http://stackoverflow.com/questions/8896/memcached-on-windows-x64 Level reliability in such a crucial component of large scalable solutions. I think it would need educated intervention rather..
|