Logo
Explore Help
Sign In
jshiffer/slixmpp
1
0
Fork 0
You've already forked slixmpp
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
slixmpp/sleekxmpp/features
History
Vijay Pandurangan 6f3cc77bb5 This change stops sleekxmpp from spending huge amounts of time unnecessarily computing logging data that may never be used. This is a HUGE performance improvement; in some of my test runs, unnecessary string creation was accounting for > 60% of all CPU time.
Note that using % in a string will _always_ perform the sting substitutions, because the strings are constructed before the function is called. So log.debug('%s' % expensiveoperation()) will take about the same CPU time whether or not the logging level is DEBUG or INFO. if you use , no substitutions are performed unless the string is actually logged
2011-11-19 11:30:44 -08:00
..
feature_bind
This change stops sleekxmpp from spending huge amounts of time unnecessarily computing logging data that may never be used. This is a HUGE performance improvement; in some of my test runs, unnecessary string creation was accounting for > 60% of all CPU time.
2011-11-19 11:30:44 -08:00
feature_mechanisms
This change stops sleekxmpp from spending huge amounts of time unnecessarily computing logging data that may never be used. This is a HUGE performance improvement; in some of my test runs, unnecessary string creation was accounting for > 60% of all CPU time.
2011-11-19 11:30:44 -08:00
feature_session
It isn't 2010 anymore.
2011-07-02 22:49:34 -07:00
feature_starttls
It isn't 2010 anymore.
2011-07-02 22:49:34 -07:00
__init__.py
Fix imports using __all__.
2011-08-04 21:49:15 -07:00
Powered by Gitea Version: 1.23.7 Page: 27ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API