Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-4757

Create a tool to encode/decode integers

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      I think a simple Python script that uses our intpacking routines would be helpful.  E.g.

       python intencode.py 123456

       python intdecode.py e305e6d4

      (I'm not tied to these script names).  Or perhaps more generally, pack/unpack a set of keys (values) according to a format:

        python  wtpack.py  iiS  123456 321 "a string"

        python  wtunpack.py  iiS  e305e6d483616263

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            donald.anderson@mongodb.com Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: