Omid Hekayati

Results 13 issues of Omid Hekayati

Needed changes to improve performance (At least in theory): - Change [`timers []*timer`](https://github.com/golang/go/blob/de8101d21bcf5f1097bcfaf3a1b55820ba70dce9/src/runtime/runtime2.go#L725) to `timers []timerBucket` - Make new timerBucket struct as ```go type timerBucket struct { timer *timer //...

NeedsInvestigation
compiler/runtime

The existing implementation has a poor structure and is a mess. I just moved exist codes to seprated files and structures to improve code and logic readability. No logic has...

Due to the nature of JSON, it is easy to predict(estimate) needed memory in the marshaling process and it is a much more easy process in the code generation process....

**In this situation app-router not work in standard way (at least polymer standards)** - I have a base tag ```html ``` - import app-router in this location ``` //code.sabz.city/SabzCity/html5-apps/sabzcity-app-engine/sabzcity-app-engine.html``` and...

Repository link: [memar-go](https://github.com/GeniusesGroup/memar-go) Repository category: Go

add

[As describe here](https://github.com/ddd-crew/context-mapping) develope a module to generate context-mapping for application modules.

"Go" has introduced `Generic` development, we need some efficient table data structure that can be used in many other packages e.g. #2, #7, ... Also, We can move `buffer` package...

Move assembly logic from go/src/runtime to the package to prevent use unsafe package.

[In this file](https://github.com/GeniusesGroup/memar-go/blob/dev/services/services.go) use GO map as hash table to store and find services by ID but GO map is not effient for simple uint64 type as key! Improve this...

Someone must take responsibility for implementing TCP protocol in user space. I have developed some parts of it but it is not ready to use. We know that we can't...