Releases: myyrakle/gost
Releases · myyrakle/gost
v0.11.0
Summary
- thread Sleep 기능 구현
- thread Spawn 기능 구현
- thread JoinHandle 구현
- 128비트 정수 I128, U128 타입 구현
- time Duration 구현
- 정수에 대한 bit shift 연산 구현
- 부호 있는 정수에 대한 Neg 연산 구현
- integer min/max 상수 추가
- 일부 버그 수정
Install
go get github.com/myyrakle/[email protected]
go get github.com/myyrakle/gost/[email protected]
v0.10.0
Summary
- gokio 기본 spawn 기능 구현
- gokio fs 기능 구현
- Float 기본 메서드 구현
- String 기본 메서드 구현
- Integer overflow operation 구현
- HashSet, BTreeSet에 집합 연산 구현
Install
go get github.com/myyrakle/[email protected]
go get github.com/myyrakle/gost/[email protected]
v0.9.0
Summary
- if-else 신택스 추가
- BinaryHeap 구현
- Future 인터페이스 추가
Install
go get github.com/myyrakle/[email protected]
v0.8.1
v0.8.0
v0.7.3
v0.7.2
v0.7.1
v0.7.0
Summary
- BTreeMap 컬렉션 구현
- BTreeSet 컬렉션 구현
- HashSet 컬렉션 구현
- Iterator 트레잇에 CollectToLinkedList 추가
- Pair에 트레잇 일부 구현
Install
go get github.com/myyrakle/[email protected]
v0.6.0
Summary
- primitive 타입들 재정의 (Int32 -> I32 등)
- primitive에 대해 ops 트레잇 구현
Install
go get github.com/myyrakle/[email protected]