Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 241 Bytes

Design.md

File metadata and controls

13 lines (9 loc) · 241 Bytes

Design considerations

Safety guarantees

  • Multi-threading safe
  • Should be safe when interrupting threads, including by Thread.stop

Limits

  • Maximal cyclotomic order is Int.MaxValue / 2 - 1