Git Product home page Git Product logo

gotransformer's Introduction


Hi there,I'm Snowlyg! 👋 👋



My main programming languages are:

  • Go(lang)

My second programming languages are:

  • PHP
  • JS
  • Java
  • Python

If you have an interesting job write me by email or twiiter

Loved the project? Please consider donating to help it improve!

gotransformer's People

Contributors

hnzxmutex avatar snowlyg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hnzxmutex

gotransformer's Issues

感谢作者的方法,提些浅薄看法

作者的反射方式用着很方便,我在使用中做了些优化不知是否合适,提价建议:

1. 在模型中,id类型建议使用uint,因为前端提交的是uint,在基本类型中的int会带来一些不便。

因此我对第125行做了如下修改:

of.SetInt(int64(inf.FieldByName("ID").Interface().(uint))) // 改为
of.SetUint(uint64(inf.FieldByName("ID").Interface().(uint)))

2. 在大数据量反射时,交叉匹配类型引起了很多额外的运算,可使用哈希优化。

第 101 行
if into.Name == otf.Name

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.