-
Updated
Nov 26, 2020 - Python
Rust
Rust is a systems programming language created by Mozilla. It is similar to C++, but is designed for improved memory safety without sacrificing performance.
Here are 173 public repositories matching this topic...
-
Updated
Sep 7, 2020 - Python
-
Updated
Dec 6, 2020 - Python
-
Updated
Sep 3, 2020 - Python
From our benchmarks we can see that we are consistently slower than everyone else when serializing/deserializing boolean values. We should fix that.
orjson is using an unsafe block to create a reference to a boolean:
https://github.com/ijl/orjson/blob/03d55e99a953ce93cedc05f03e4b63b0bcbbcc7a/src/decode.rs#L81-L96
This avoids additional allocations.
For comparison, this is our code at the
The current behavior is unnecessarily verbose and irritating.
artiq_ctlmgr
^CTraceback (most recent call last):
File "/home/rj/src/conda/envs/py35/bin/artiq_ctlmgr", line 11, in <module>
load_entry_point('artiq', 'console_scripts', 'artiq_ctlmgr')()
File "/home/rj/src/artiq/artiq/frontend/artiq_ctlmgr.py", line 84, in main
loop.run_until_complete(rpc_server.wait_terminate(
-
Updated
Aug 14, 2020 - Python
-
Updated
Dec 6, 2020 - Python
-
Updated
Nov 28, 2020 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Dec 2, 2020 - Python
-
Updated
Jul 28, 2020 - Python
-
Updated
Jul 16, 2017 - Python
-
Updated
Mar 8, 2018 - Python
-
Updated
May 14, 2017 - Python
-
Updated
May 2, 2017 - Python
-
Updated
Nov 30, 2020 - Python
-
Updated
Nov 20, 2020 - Python
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
We noticed that we have some common patterns for common conflicts/duplicate resolution in our monorepo across different binaries.
Like