Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tison
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Show HN: Serde-shape reflects the data model of Rust's serde
(github.com)
1 points
by
tison
15d ago
|
0 comments
2.
▲
Show HN: Bsize yet Another Byte Size Crate
(github.com)
2 points
by
tison
3mo ago
|
0 comments
3.
▲
Show HN: Macro-template, table-driven code generation for Rust
(github.com)
2 points
by
tison
3mo ago
|
0 comments
4.
▲
by
tison
8mo ago
We have discussed these in previous blogs: 1. Insight In No Time: https://www.scopedb.io/blog/insight-in-no-time 2. Manage Data in Petabytes for an Observability Platform: https://www.scopedb.io/blog&#x
5.
▲
A cloud-native database should be as elastic as the cloud itself
(scopedb.io)
3 points
by
tison
8mo ago
|
2 comments
6.
▲
Apache DataSketches Rust 0.2.0: A library of stochastic streaming algorithms
(docs.rs)
2 points
by
tison
8mo ago
|
0 comments
7.
▲
by
tison
9mo ago
FWIW, here is a general discussion about error handling in Rust and my comment to compare it with Go's/Java's flavor: https://github.com/apache/datasketches-rust/issues/27#issuec... That said,
8.
▲
by
tison
9mo ago
I think they are almost compatible. `thiserror` helps you define the error type. That error type can then be used with `anyhow` or `exn`. Actually, we have been using thiserror + exn for a long time, and it works well. While later we realiz
9.
▲
by
tison
9mo ago
This is the pull request of this post: https://github.com/fast/fast.github.io/pull/12 See comments like https://github.com/fast/fast.github.io/pull/12#discussion_r2... Quote my
10.
▲
Show HN: Logforth, A versatile and extensible Rust logging framework
(github.com)
1 points
by
tison
9mo ago
|
0 comments
11.
▲
Foyer 0.21.0 is out: Hybrid in-memory and disk cache in Rust
(github.com)
2 points
by
tison
9mo ago
|
0 comments
12.
▲
Show HN: Async version for Rust std::sync and more
(github.com)
1 points
by
tison
10mo ago
|
0 comments
13.
▲
StackSafe: Taming Recursion in Rust Without Stack Overflow
(fast.github.io)
1 points
by
tison
11mo ago
|
0 comments
14.
▲
by
tison
1y ago
Rust's Future is somehow like move semantics in C++, where you may leave a Future in an invalid state after it finishes. Besides, Rust adopts a stackless coroutine design, so you need to maintain the state in your struct if you would l
15.
▲
A new database solution for trading off between rigid schemas and no schema mess
(scopedb.io)
1 points
by
tison
1y ago
|
0 comments
16.
▲
Show HN: StackSafe, Taming Recursion in Rust Without Stack Overflow
(fast.github.io)
2 points
by
tison
1y ago
|
0 comments
17.
▲
Show HN: Fastrace, a Modern Approach to Distributed Tracing in Rust
(fast.github.io)
3 points
by
tison
1y ago
|
0 comments
18.
▲
Show HN: Fastpool, a fast and runtime-agnostic object pool for Async Rust
(docs.rs)
1 points
by
tison
1y ago
|
0 comments
19.
▲
Show HN: Fastpool, a runtime-agnostic fast object pool for Async Rust
(github.com)
2 points
by
tison
1y ago
|
0 comments
20.
▲
ScopeDB: Manage Data in Petabytes for an Observability Platform
(scopedb.io)
1 points
by
tison
1y ago
|
0 comments
21.
▲
Apache Flink 2.0.0: A New Era of Real-Time Data Processing
(flink.apache.org)
4 points
by
tison
1y ago
|
0 comments
22.
▲
CockroachDB has changed their license, again
(github.com)
27 points
by
tison
1y ago
|
5 comments
23.
▲
by
tison
2y ago
Not quite. As described in the FAQ: What about the interoperability with SQL? Some libraries and tools enable developers to write queries in a new syntax and translate them to SQL (e.g., PRQL, SaneQL, etc.). The existing SQL ecosystem provi
24.
▲
Show HN: ScopeQL, a new query language based on relational algebra
(scopedb.io)
1 points
by
tison
2y ago
|
2 comments
25.
▲
Why Not SQL: The Origin of ScopeQL
(scopedb.io)
2 points
by
tison
2y ago
|
1 comments
26.
▲
by
tison
2y ago
The syntax is still changable and welcomes any comments for improvements. To try my best to avoid divergent discussion, I'd include two most significant FAQs: *What about the interoperability with SQL?* Some libraries and tools enable
27.
▲
Algebraic Data Types in Database: Where Variant Data Can Help
(scopedb.io)
4 points
by
tison
2y ago
|
0 comments
28.
▲
Show HN: Fastimer, runtime-agnostic timer traits and utils for Async Rust
(docs.rs)
2 points
by
tison
2y ago
|
0 comments
29.
▲
Show HN: SPath is a Rust lib for query JSONPath over any semi-structured data
(docs.rs)
1 points
by
tison
2y ago
|
0 comments
30.
▲
by
tison
2y ago
Welcome to create an issue on GitHub for sharing and discussion :D
More ›