amq-protocol
amq-protocol copied to clipboard
AMQP 0.9.1 protocol serialization and deserialization implementation for Ruby (2.0+)
Results
2
amq-protocol issues
Sort by
recently updated
recently updated
newest added
Previously, this didn't work because `force_encoding` would always be called on the string, which raises an error on frozen strings, even if the forced encoding is the same as the...
If we want to squeeze as much performance as possible, we need to make C implementation hand-crafted and not generated. That does not make things significantly more time-consuming or error-prone,...