/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
RustGPT: A pure-Rust transformer LLM built from scratch
(github.com)
203 points
amazonhut
| 1 comments |
15 Sep 25 09:47 UTC
|
HN request time: 0.2s
|
source
Show context
Charon77
◴[
15 Sep 25 10:07 UTC
]
No.
45248010
[source]
▶
>>45247890 (OP)
#
Absolutely love how readable the entire project is
replies(3):
>>45248035
#
>>45248141
#
>>45248297
#
1.
emporas
◴[
15 Sep 25 10:32 UTC
]
No.
45248141
[source]
▶
>>45248010
#
It is very procedural/object oriented. This is not considered good Rust practice. Iterators make it more functional, which is better, more succinct that is, and enums more algebraic. But it's totally fine for a thought experiment.
ID:
GO
↑