Matthias Endler

Results 146 issues of Matthias Endler

[Over on Reddit](https://www.reddit.com/r/rust/comments/8wsg5u/hyperjson_help_writing_the_fastest_json_module/e26aqpm/), @mikeyhew mentioned that there might be an option to parse JSON strings without copying: > Just wanted to point out that serde-json isn't zero-copy because it will...

enhancement
help wanted
good first issue
hacktoberfest

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...

enhancement
help wanted
good first issue
hacktoberfest

We should use [smallvec](https://github.com/servo/rust-smallvec) for serializing/deserializing as it has the ability to use the stack for small vector allocations. Noticed that [orjson is doing the same](https://github.com/ijl/orjson/blob/8eea4a301d9b8d8fe726fb3bde026b30ef538257/src/decode.rs#L157-L170).

enhancement
help wanted
good first issue
hacktoberfest

[simdjson-rs](https://github.com/simd-lite/simdjson-rs) is a Rust port of the extremely fast simdjson JSON parser with serde compatibility. We could make use of that to improve serialization/deserialization performance. This would have to be...

enhancement
help wanted
hacktoberfest

In https://github.com/mre/receipt-parser/pull/23#issuecomment-497964607, @kiwita88 found the likely reason why our unit test for the market name 'p e n ny' fails. We should fix that.

bug
help wanted

We should add https://github.com/ossillate-inc/packj to the list. Pull requests very welcome. 😊 If you like to contribute to the project, please check out [CONTRIBUTING.md](https://github.com/analysis-tools-dev/static-analysis/blob/master/CONTRIBUTING.md) to get started.

help wanted

We should add https://github.com/ronomon/pure to the list. Pull requests very welcome. 😊 If you like to contribute to the project, please check out [CONTRIBUTING.md](https://github.com/analysis-tools-dev/static-analysis/blob/master/CONTRIBUTING.md) to get started. @jorangreef fyi

help wanted

We should add https://github.com/ferivoz/alquitran to the list. Pull requests very welcome. 😊 If you like to contribute to the project, please check out [CONTRIBUTING.md](https://github.com/analysis-tools-dev/static-analysis/blob/master/CONTRIBUTING.md) to get started.

help wanted

**Description** We have a job that requires a monotonically increasing port assignment for each allocation. Our current idea is to use `NOMAD_ALLOC_INDEX` as follows: ```hcl job "foo" { datacenters =...

stage/needs-investigation
type/bug
theme/template/variable
theme/template