Kogia-sima

Results 10 issues of Kogia-sima

It seems that some benchmarks for statically compiled languages (C, Rust, Fortran etc.) heavily depends on where the instructions of `fib()` function will be placed. In modern processors, which has...

## Description I'd like to serialize BTreeMap which has integer as a key. However, when I passed map into `to_string` or `to_string_pretty`, `simd_json` outpus invalid JSON data. ```rust use std::collections::BTreeMap;...

## Description `Template` trait has method `render()` which does not consume the object itself. [Rendered](https://github.com/Kogia-sima/sailfish/blob/master/docs/rfcs/3-template-trait.md)

Priority: Medium
Status: Proposal
Status: RFC

(Currently this behaviour is only observed in Big table benchmark) When I remove `#[inline]` from `Buffer::reserve_internal()` method, call to `itoap::write_u64` function will become indirect call (via function address on register),...

help wanted
Type: Performance

# Description I looked through Rust subreddit and realized that some developers want a "Hot-reloading" feature. This features requires for templates to be recompiled and reloaded when it is updated....

Status: Proposal
Status: RFC

## Description Evaluate buffer block (``) at compile time, inspired by [Zapper](https://github.com/coder543/zapper). ## Example template: ```erb ``` ```rust #[derive(TemplateOnce)] #[template(path = "...")] #[template(eval(title = "Home"))] pub struct Home { content:...

Status: Proposal
Status: RFC

Compile and load templates at runtime. [Rendered](https://github.com/Kogia-sima/sailfish/blob/master/docs/rfcs/1-dynamic-loading.md)

Priority: Low
Status: Proposal
Status: RFC

# Description According to Rust official reference (https://doc.rust-lang.org/reference/type-layout.html): > A value of alignment n must only be stored at an address that is a multiple of n. However, if the...

# Summary CPU-heavy task inside the while-loop causes video frame delay within the streamlit-webrtc container. minimal reproduction: ```python import time from streamlit_webrtc import webrtc_streamer ctx = webrtc_streamer(key="example") while ctx.state.playing: #...

document link: https://github.com/rust-lang/rust/blob/6d949112f624616db58ecf12b8acb08b82d22758/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md