Skip to content

issues Search Results · repo:Actyx/cbor-data language:Rust

Filter by

11 results
 (86 ms)

11 results

inActyx/cbor-data (press backspace or delete to remove)

cf. https://github.com/rust-lang/rust/pull/86479#issuecomment-938180728
  • rkuhn
  • Opened 
    on Oct 15, 2021
  • #14

E.g. a bigfloat marked as datetime. One way to do this would be to change the Option Tag a in with a struct Tags a that points to a slice of memory containing just tags, and implements (double ended) ...
  • rklaehn
  • 1
  • Opened 
    on Jan 14, 2021
  • #10

Maybe an IntoIterator Item = Cbor or something?
  • rklaehn
  • 1
  • Opened 
    on Jan 10, 2021
  • #8

The new representation of a banyan data block is a 2-tuple, with the first element being a dictionary from offset to ipld, and the second being the compressed data as bytes. I don t know how to write ...
  • rklaehn
  • 1
  • Opened 
    on Jan 10, 2021
  • #7

Basically a newtype wrapper for a smallvec that is guaranteed to contain valid CBOR and will not allocate up to some size. Is it possible to do this outside this crate?
  • rklaehn
  • 1
  • Opened 
    on Jan 10, 2021
  • #6

In particular str and [u8] but also for those proper number types of #4.
  • rkuhn
  • Opened 
    on Jan 2, 2021
  • #5

as_number should return an enum with variants for all possibilities, from u8 to big float.
  • rkuhn
  • 1
  • Opened 
    on Jan 2, 2021
  • #4

This can be nicely arranged by rewriting the single prefix byte and then not pushing the STOP_BYTE upon closing a small array or dict.
  • rkuhn
  • Opened 
    on Jan 2, 2021
  • #3

This will make skipping over that item faster at the cost of a few bytes of prefix for that item (two for the tag, 1–5 for the byte string size). The heuristic will need to be tuned according to benchmark ...
  • rkuhn
  • Opened 
    on Jan 2, 2021
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub