Skip to content

Releases: myyrakle/gost

v0.11.0

26 Nov 13:25
020cdbf
Compare
Choose a tag to compare

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

14 Nov 16:13
936c097
Compare
Choose a tag to compare

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

04 Nov 18:55
a4d9f68
Compare
Choose a tag to compare

Summary

  • if-else 신택스 추가
  • BinaryHeap 구현
  • Future 인터페이스 추가

Install

go get github.com/myyrakle/[email protected]

v0.8.1

02 Nov 18:38
e51a39f
Compare
Choose a tag to compare

Summary

  • assert 재정의

Install

go get github.com/myyrakle/[email protected]

v0.8.0

02 Nov 18:25
50cb9f4
Compare
Choose a tag to compare

Summary

  • VecDeque 구현

Install

go get github.com/myyrakle/[email protected]

v0.7.3

01 Nov 16:19
44672b4
Compare
Choose a tag to compare

Summary

  • godoc 문서화 보완

Install

go get github.com/myyrakle/[email protected]

v0.7.2

22 Oct 15:36
2b826aa
Compare
Choose a tag to compare

Summary

  • BTree 버그 수정 #70

Install

go get github.com/myyrakle/[email protected]

v0.7.1

22 Oct 14:50
3a257ac
Compare
Choose a tag to compare

Summary

  • BTreeSet 버그 수정; #67

Install

go get github.com/myyrakle/[email protected]

v0.7.0

22 Oct 14:35
d479947
Compare
Choose a tag to compare

Summary

  • BTreeMap 컬렉션 구현
  • BTreeSet 컬렉션 구현
  • HashSet 컬렉션 구현
  • Iterator 트레잇에 CollectToLinkedList 추가
  • Pair에 트레잇 일부 구현

Install

go get github.com/myyrakle/[email protected]

v0.6.0

15 Oct 11:58
bc0bb9b
Compare
Choose a tag to compare

Summary

  • primitive 타입들 재정의 (Int32 -> I32 등)
  • primitive에 대해 ops 트레잇 구현

Install

go get github.com/myyrakle/[email protected]