RSS Amplifier

sysid blog · Jan 14, 2023

bkmr

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Super fast CLI Bookmark Manager and Launcher Developer Productivity in Rust vs Python I am aware that this is a complex subject and impossible to treat objectively, especially given my time limit of 3 weeks. In order to compare apples with apples I decided to re-implement a Python productivity application in Rust, which I use on a daily basis: CLI bookmark manager with fulltext search capability:…

Super fast CLI Bookmark Manager and Launcher

Developer Productivity in Rust vs Python

I am aware that this is a complex subject and impossible to treat objectively, especially given my time limit of 3 weeks.

In order to compare apples with apples I decided to re-implement a Python productivity application in Rust, which I use on a daily basis:

CLI bookmark manager with fulltext search capability: twbm.

Objectives:

  1. Learn Rust and it’s idioms
  2. Get an idea of developer productivity in Rust vs Python
  3. Get an understanding of Rust’s capabilities and ecosystem
  4. Better performance for a frequently used CLI tool

Approach: 1-to-1 translation of Python CLI bookmark manager twbm to Rust.

Read on /bkmr/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.