Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fthiesen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Compute Has a Turkey Problem
(chico.dev)
3 points
by
fthiesen
23d ago
|
0 comments
2.
▲
Show HN: Porting Open3D to Python without writing a LoC
(chico.dev)
2 points
by
fthiesen
5mo ago
|
0 comments
3.
▲
CppCon: C++ Beats Rust in JSON Serialization [video]
(youtube.com)
5 points
by
fthiesen
6mo ago
|
0 comments
4.
▲
by
fthiesen
9mo ago
Do let me know if you have any feedback on the library/code/utilities!
5.
▲
by
fthiesen
9mo ago
You can play with it, there is a docker container in the repo that you can use for development purposes! (with clang-p2996 branch) Another option would be to copy some stuff over to the compiler-explorer and use a "single-header"
6.
▲
Show HN: Mirror_hash – Hash anything with C++ reflection
(github.com)
3 points
by
fthiesen
9mo ago
|
3 comments
7.
▲
"I love to specialize hash functions for my classes" (No One)
(chico.dev)
4 points
by
fthiesen
9mo ago
|
0 comments
8.
▲
Mirror_bridge: Outrunning V8, PyPy, and LuaJIT with C++26 Reflection
(chico.dev)
2 points
by
fthiesen
9mo ago
|
0 comments
9.
▲
by
fthiesen
10mo ago
If you want, give it a shot with the prebuilt image and let me know if it works for you. I want to make this project as mature as possible for when support arrives at the upstream version of clang, gcc and msvc. Feedback is appreciated!
10.
▲
by
fthiesen
10mo ago
lol
11.
▲
by
fthiesen
10mo ago
It is making it's way to GCC as well: https://www.reddit.com/r/cpp/comments/1ojbv1a/gcc_implementa... It is officially part of C++26, so only a matter of time before being part of the major compiler
12.
▲
by
fthiesen
10mo ago
Btw, it seems that the reflection implementations are progressing quite fast. There is already a gcc version with reflection support that is available on compiler explorer: https://www.reddit.com/r/cpp/comments
13.
▲
by
fthiesen
10mo ago
Thanks for the suggestion, let me take a good look at callbacks. Another thing that I can't make work elegantly is compiling template functions from C++, since we have no clue to guess which types will be instantiated in the Python cod
14.
▲
by
fthiesen
10mo ago
I've added a prebuilt image, so it should be straightforward to try it out. If you have any problems with working on that prebuilt image please open an issue or reach out to me!
15.
▲
by
fthiesen
10mo ago
The P2996 definitely provides a way to work with reflection, the syntax can be a bit weird at first, but it gets more and more familiar. They have some cool examples here ( https://isocpp.org/files/papers/P2996R13.h
16.
▲
Show HN: Mirror_bridge – C++ Reflection powered Python binding generation
(github.com)
29 points
by
fthiesen
10mo ago
|
7 comments
17.
▲
Mirror-bridge – Making Python bindings frictionless
(chico.dev)
35 points
by
fthiesen
10mo ago
|
9 comments
18.
▲
by
fthiesen
11mo ago
His blog and books are great. RIP
19.
▲
Minimum Spanning Trees in Expected Linear Time – A Working Implementation
(franciscothiesen.github.io)
3 points
by
fthiesen
4y ago
|
0 comments