C/C++, PHP, Pyhon and Java developer but mostly vodka drinking machine =)
|
7h
|
|
comment |
Do i need a custom memory allocator? +1 for @delnan :) |
|
1d
|
|
comment |
Do i need a custom memory allocator? english is not my language, so i don't always express myself precisely ... with "do i need ..." i mean "would i gain some sort of performance boost from it?" and since i don't want to reinvent the wheel i'm asking if there's some memory management library :) |
|
1d
|
|
revised |
Do i need a custom memory allocator? added 231 characters in body |
|
1d
|
|
comment |
Do i need a custom memory allocator? because i'm developing this just for fun and curiosity, i like to learn and experiment new programming techniques, so ... why not? :) |
|
1d
|
|
comment |
Do i need a custom memory allocator? i never said i have performance problems, i was just wondering if i can optimize the server :) and yes, malloc was one of the most expensive operations during my tests |
|
1d
|
|
asked | Do i need a custom memory allocator? |
|
May
4 |
|
awarded | Informed |
|
Apr
30 |
|
awarded | Popular Question |
|
Apr
22 |
|
awarded | Popular Question |
|
Apr
1 |
|
awarded | Announcer |
|
Mar
24 |
|
awarded | Yearling |
|
Mar
12 |
|
awarded | Popular Question |
|
Mar
7 |
|
awarded | Notable Question |
|
Mar
6 |
|
awarded | Popular Question |
|
Mar
5 |
|
awarded | Popular Question |
|
Feb
28 |
|
awarded | Popular Question |
|
Jan
15 |
|
awarded | Popular Question |
|
Dec
29 |
|
comment |
Using ServiceController or other to programmatically create an unmanaged kernel driver service i see ... well, never say never, maybe someone will give me a solution :D |
|
Dec
29 |
|
comment |
Using ServiceController or other to programmatically create an unmanaged kernel driver service i don't think i can use it ... i already use this class for another service ( fully managed ) and it works flawlessy, but i can't find any documentation on how to specify a kernel driver file to the installer or something similar ... |
|
Dec
29 |
|
asked | Using ServiceController or other to programmatically create an unmanaged kernel driver service |