Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat とりあえずresearch/作成 #21

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,17 @@ export default defineConfig({
},
],
},
{
text: "Research",
collapsed: true,
items: [
{ text: "Benchmark", link: "/research/benchmark/" },
{
text: "ipsj",
link: "/research/publication/ipsj86",
},
],
},
],

socialLinks: [
Expand Down
3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ hero:
- theme: alt
text: Maintainer Reference
link: /reference/maintainer/
- theme: brand
text: Benchmark
link: /research/benchmark/

features:
- title: Write Varius Languages
Expand Down
33 changes: 33 additions & 0 deletions research/benchmark/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Benchmark

## 使用するマイコン

## ベンチマークプログラム

### インタプリタの速度測定?

#### tak 竹内関数

モチベーション : 再帰にかかる負荷の測定

#### catalan カタラン数

https://chat.openai.com/c/feaf1a0b-7874-42dc-87d0-74124864c497

#### fac 階乗

#### fib フィボナッチ数列

#### gcd 最大公約数

#### primes 素数

#### tak 竹内関数

### WebAssembly外の呼び出しが生じる処理の速度測定

#### LCDへの文字出力速度?

#### 1000ms間にLチカできた回数?

## ベンチマーク結果
1 change: 1 addition & 0 deletions research/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Research
1 change: 1 addition & 0 deletions research/publication/ipsj86.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 情報処理学会第86回全国大会