Changes between Version 80 and Version 81 of FAQ
- Timestamp:
- Jan 13, 2010 10:03:14 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v80 v81 958 958 1. '''Hash tolower optimization'''. By setting {{{PJ_HASH_USE_OWN_TOLOWER}}} to one, the hash function will convert the key to lower case and calculate the hash value in one loop. 959 959 1. '''Release mode'''. Don't forget to set the appropriate compiler optimization flag, and disable assertion with '''-DNDEBUG'''. 960 960 1. '''Float vs fixed point'''. If your platform does not support floating point, disable floating point in PJSIP build, by declaring {{{PJ_HAS_FLOATING_POINT}}} to zero in your {{{config_site.h}}}. 961 961 962 962 === How can I configure pjsip to serve thousands of calls? === #high-perf