gost

Experience the true taste of Rust in Go

MIT License

Stars
3

Bot releases are visible (Hide)

gost - v0.10.0 Latest Release

Published by myyrakle 11 months ago

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]
gost - v0.9.0

Published by myyrakle 12 months ago

Summary

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

Install

go get github.com/myyrakle/[email protected]
gost - v0.8.1

Published by myyrakle 12 months ago

Summary

  • assert 재정의

Install

go get github.com/myyrakle/[email protected]
gost - v0.8.0

Published by myyrakle 12 months ago

Summary

  • VecDeque 구현

Install

go get github.com/myyrakle/[email protected]
gost - v0.7.3

Published by myyrakle 12 months ago

Summary

  • godoc 문서화 보완

Install

go get github.com/myyrakle/[email protected]
gost - v0.7.2

Published by myyrakle 12 months ago

Summary

  • BTree 버그 수정 #70

Install

go get github.com/myyrakle/[email protected]
gost - v0.7.1

Published by myyrakle 12 months ago

Summary

  • BTreeSet 버그 수정; #67

Install

go get github.com/myyrakle/[email protected]
gost - v0.7.0

Published by myyrakle 12 months ago

Summary

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

Install

go get github.com/myyrakle/[email protected]
gost - v0.6.0

Published by myyrakle about 1 year ago

Summary

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

Install

go get github.com/myyrakle/[email protected]
gost - v0.5.0

Published by myyrakle about 1 year ago

Summary

  • LinkedList 추가

Install

go get github.com/myyrakle/[email protected]
gost - v0.4.0

Published by myyrakle about 1 year ago

Summary

  • fs 추가
  • io(Stdin) 추가
  • 프로젝트 디렉터리 구조 변경 (pkg 제거)

Install

go get github.com/myyrakle/[email protected]
gost - v0.3.0

Published by myyrakle about 1 year ago

Summary

  • HashMap 추가
  • Vec에 정렬 및 이진검색 기능 추가
  • Pair 타입 추가
  • 자잘한 개선

Install

go get github.com/myyrakle/[email protected]
gost - v0.2.1

Published by myyrakle about 1 year ago

Summary

  • io 기능 일부 추가 (Println, Print, Format)

Install

go get github.com/myyrakle/[email protected]
gost - v0.2.0

Published by myyrakle about 1 year ago

Summary

  • Vec 구현 추가
  • 기본 트레잇 정의들 추가
  • primitive 타입 alias 정의 추가
  • Display, Debug 트레잇 구현
  • iterator 트레잇 정의 및 Vec 버전 구현

Install

go get github.com/myyrakle/[email protected]
gost - v0.1.0

Published by myyrakle about 1 year ago

Summary

  • first release

Install

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