]> granicus.if.org Git - python/commit
A hybrid of and-masking and a conditional-set-to-zero produce even faster search...
authorRaymond Hettinger <python@rcn.com>
Mon, 19 Jan 2015 05:25:15 +0000 (21:25 -0800)
committerRaymond Hettinger <python@rcn.com>
Mon, 19 Jan 2015 05:25:15 +0000 (21:25 -0800)
commited741d4ff0e79c89ba77906eb9417025c3935c71
tree92d479b8870ba43d59cfc723c14f25a90027bc6b
parentbd9b200b872c2345c84af4fd98f5d0c8b674cc58
A hybrid of and-masking and a conditional-set-to-zero produce even faster search loop.
Objects/setobject.c