http://hn.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/stories/33948060
I dont see the problem here, if you want a notation to express it, a macro for something like, 0 != 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
1 != 0, 2, 3, 4, 5, 6, 7, ... is straightforward, and could be parameterised on the window size. jstanley 2y That's fine, but it's O(n) in the window size whereas the xor trick is O(1). deathanatos 2y Part 1 and part 2 are the same, only the window size varies.