Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
What are the advantages of an asynchronous blockchain like TON?

One of the primary differentiators of TON is the fact that it is an asynchronous block chain. This introduces concepts such as lamport time and crazy ordering schemes that ultimately affect complexity of smart contracts and can open smart contracts to new types of attacks that we don't see on any other chain.

Given these complexities, what are the benefits to developers that work on TON?

  
  
Posted 11 months ago
Jeremy
384 × 5 Administrator
Votes Newest

Answers


Advantages -> speed.
(And there's more, but i'm lazy to describe)

  
  
Posted 11 months ago