0

I have a question-Does the class ClassMap take a lot of ram? Can big Class of mapping cause slowness and abd performance? thank you!

1 Answer 1

1

I have a question-Does the class ClassMap take a lot of ram?

No

Can big Class of mapping cause slowness and abd performance?

not the class itself but the serializing deserializing when adding it to the Configuration object. However this cost is usually only paid once (app startup) and a huge mapping implies design flaws which will have much higher impact on other things than the mapping.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.