-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
// Copyright (c) 2020 The golang.design Initiative Authors. | ||
// All rights reserved. | ||
// | ||
// The code below is produced by Changkun Ou <[email protected]>. | ||
|
||
package time_test | ||
|
||
import ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
// Copyright (c) 2020 The golang.design Initiative Authors. | ||
// All rights reserved. | ||
// | ||
// The code below is produced by Changkun Ou <[email protected]>. | ||
|
||
#include <iostream> | ||
#include <chrono> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
// Copyright (c) 2020 The golang.design Initiative Authors. | ||
// All rights reserved. | ||
// | ||
// The code below is produced by Changkun Ou <[email protected]>. | ||
|
||
#include <iostream> | ||
#include <chrono> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Copyright (c) 2020 The golang.design Initiative Authors. | ||
# All rights reserved. | ||
# | ||
# The code below is produced by Changkun Ou <[email protected]>. | ||
|
||
all: | ||
go generate | ||
perflock -governor 80% go test -v -run=none -bench=. -count=10 | tee inline.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
// Copyright (c) 2020 The golang.design Initiative Authors. | ||
// All rights reserved. | ||
// | ||
// The code below is produced by Changkun Ou <[email protected]>. | ||
|
||
// +build ignore | ||
|
||
package main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
// Copyright (c) 2020 The golang.design Initiative Authors. | ||
// All rights reserved. | ||
// | ||
// The code below is produced by Changkun Ou <[email protected]>. | ||
|
||
package pparam | ||
|
||
type vec struct { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
// Copyright (c) 2020 The golang.design Initiative Authors. | ||
// All rights reserved. | ||
// | ||
// The code below is produced by Changkun Ou <[email protected]>. | ||
|
||
package pparam | ||
|
||
import ( | ||
|