タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

SQLiteとRustに関するYassLabのブックマーク (1)

  • Why Is SQLite Coded In C

    Note: Sections 2.0 and 3.0 of this article were added in response to comments on Hacker News and Reddit. Since its inception on 2000-05-29, SQLite has been implemented in generic C. C was and continues to be the best language for implementing a software library like SQLite. There are no plans to recode SQLite in any other programming language at this time. The reasons why C is the best language to

    YassLab
    YassLab 2023/09/21
    “All that said, it is possible that SQLite might one day be recoded in Rust. / Rust is a possibility. Some preconditions that must occur before SQLite is recoded in Rust include: Rust needs to mature a little more, stop changing so fast, and move further toward being old and boring.”
  • 1