floppy123
|
5 years ago
|
on: Kaitai: Describe the structure of data, not how you read or write it
and still there is no generator that creates efficient and partialy streamed readers/writers for high performance protocols or resource constraint environments (as less pre allocations as possible, zero copy concepts,..., streamed reading/writing, good inline possibility, ...)
100% fix formats with no self reference or for example checksums that sits in front of the checksumd data (no streaming possible)...
floppy123
|
5 years ago
|
on: Kaitai: Describe the structure of data, not how you read or write it
Any other lib that also generates Encoder/Writer code?
floppy123
|
5 years ago
|
on: Rust: Dropping heavy things in another thread can make your code 10000x faster
Why should i ever need to drop a heavy object for only getting a size? Not in C++ and also not in Rust, the diffent thread idea is just creativ stupidity, sorry
floppy123
|
5 years ago
|
on: The original source code of Microsoft GW-BASIC from 1983
Missing github feature: activity chart on the forks page to see easily who is working on the code - not just collecting
floppy123
|
5 years ago
|
on: The DooM-chip: no CPU, no opcodes, no instruction counter
Question is: How far will you go, fully playable level?
floppy123
|
5 years ago
|
on: The DooM-chip: no CPU, no opcodes, no instruction counter
The available fpga hardware is just not able to compete with the sheer hardware power (ghz,ram,gates) of a todays gpu - but i would agree on smaller problems
floppy123
|
5 years ago
|
on: The DooM-chip: no CPU, no opcodes, no instruction counter
No it will not outperform your GPU for rendering, that is already a specialized hardware
floppy123
|
5 years ago
|
on: The DooM-chip: no CPU, no opcodes, no instruction counter
Much more efficient (some 0.x watts) and faster - but not very easy to develop and even harder to deploy :)
and you will get in trouble with the amount of code(needed gates) for porting nowerdays doom
floppy123
|
5 years ago
|
on: The DooM-chip: no CPU, no opcodes, no instruction counter
IT IS DOOM
floppy123
|
6 years ago
|
on: FC5025 USB 5.25” Floppy Controller
Is there any 5.25 or 3.5 floppy drive hardware remake project out there for reading/writing floppies without using ancient hardware?
100% fix formats with no self reference or for example checksums that sits in front of the checksumd data (no streaming possible)...