Skip to content
View yyyushiro's full-sized avatar

Block or report yyyushiro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yyyushiro/README.md

Hi there 👋

This is Yushiro!

I'm an exchange student in University of Richmond in the U.S. from Japan.

I've started learning computer science last September in the class, and I find it really interesting!

I'm currently working on the portfolio where I improve a simple API's performance using Go and sqlite, considering low-layer topic such as page cache, I/O, and parallerism.

Thank you!

(日)

村上祐志郎と言います。

早稲田大学経済学科の2年生であり、今はアメリカのリッチモンド大学というところに一年間交換留学中です(~2026/05)。

コンピュータサイエンスはこちらの大学で去年の9月に始めたばかりですが、日々精進しております。

現在は書籍で手に入れた低レイヤーの知識とコードを結びつけて身につけるため、Goとsqliteを用いて簡単なAPIのパフォーマンスを向上させるポートフォリオに取り組んでいます。

また、ハッカソン出場や、授業でのC++によるシェル作成・JavaによるAndroidアプリの作成も予定しています。

よろしくお願いします。

Pinned Loading

  1. go_performance_experiment go_performance_experiment Public

    簡単なAPIの性能改善をテーマにしたポートフォリオ。

    Go

  2. gowiki gowiki Public

    初めてGoに触った時の簡単なwikiAPI。以下の公式URLを参考にしつつ、1.通常バージョン 2.sqlite接続バージョン 3.CSRバージョンを作った。

    Go