jain-sip
jain-sip copied to clipboard
make SIPMessage hierarchy lighter in terms of memory
Current SIPMessage implementation makes object too long compared with original message. To reduce memory consumption is key to have a very light message structure, so living requests do not consume much memory, and GC is not stressed too much.
This could potentially save memory and cpu, by alleviating GC pressure