2007-08 gw patch on get_enum
Started by: gwplgwpl
Date: 03 Sep 2007 02:12
Number of posts: 22
rss icon RSS: New posts
Summary:
This patch changes implementation of "static GLenum get_enum(const char *str, int n)". In previous implementation it was O(gl_str_size*n). Now it has complexity O(lg2(gl_str_size)*n).
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.