Skip to content
  • John Snow's avatar
    qtest: pre-buffer hex nibs · 5560b85a
    John Snow authored
    
    
    Instead of converting each byte one-at-a-time and then sending each byte
    over the wire, use sprintf() to pre-compute all of the hex nibs into a
    single buffer, then send the entire buffer all at once.
    
    This gives a moderate speed boost to memread() and memwrite() functions.
    
    Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
    Reviewed-by: default avatarMarkus Armbruster <armbru@redhat.com>
    Message-id: 1431021095-7558-2-git-send-email-jsnow@redhat.com
    5560b85a