On Tuesday, November 27, 2012 7:56:11 PM UTC-8, Jeremy Evans wrote: > The force_encoding plugin is optional, so you shouldn't be using it unless > you need it. Doing "s = s.dup" unconditionally is bad for performance. I > guess the best way to handle this is to do "s = s.dup if s.frozen?" before > the force_encoding call. I'll add that tomorrow. >
Fixed: https://github.com/jeremyevans/sequel/commit/539976ae390b0a4f08a8679d614f33bf771768f1 Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/aqxQhqo1c-YJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
