Safa Sofuoglu

Results 9 comments of Safa Sofuoglu

Since dart currently offers code generation for similar jobs-to-be-done, I'd suggest evaluating potential concerns with that consideration: - Metaprogramming is not simple/obvious - can it be made at least as...

@kvark any updates on this? What's the blocker here; research, decision or effort?

I'm interested in this. As a workaround today to simplify my APIs, can I always use ArchivedMyStruct, treating MyStruct effectively as a schema definition? What are the performance/ergonomics implications of...

> Right now, you have to essentially duplicate most of the impls you write: one for the unarchived version and one for the archived version I understand, that's why I...

Thinking about this, what would prevent me from being able to serialize (or: store) ArchivedMyStruct? Isn't it always pin-safe so that it can be stored by copying the underlying memory?

Initial attempt: ```rust fn f32vec( ) -> impl Parser

@Zij-IT wonderful example! I guess things can be made more ergonomic, but nice to know there's a way with the current facilities and it's not so bad.

Sad to see `lexical` being unsound and stale. `parse_partial(&[u8])` really makes a performance difference. Can https://github.com/aldanor/fast-float-rust be considered as an alternative?

> Ah, I do specify the licenses here https://github.com/fu5ha/ultraviolet/blob/main/Cargo.toml#L10 but should include the license texts in the repo as well probably. I believe this is still relevant, it took me...