37

why do you have,...

Comments
  • 13
    If it’s a pile then it’s not random access and not O(1).

    Also, having something IN a chair makes it very impractical to access.

    Yes, I’m fun at parties!
  • 4
    SELECT id
    FROM pile_of_clothes
    WHERE stinky = false
    AND clean LIKE "%it's bearable%"
    AND `type` = "tshirt"
    ORDER BY RAND()
    LIMIT 1

    I don't think that's as efficient as you think.
  • 1
    "autism"
  • 5
    @Lensflare I've been wondering why people at parties doesn't understand me nor my jokes. Maybe you do...
Add Comment